att_dispatch: make dispatch table private

This commit is contained in:
Matthias Ringwald 2025-04-07 14:57:29 +02:00
parent 0d339062b1
commit 8b49233457

View File

@ -52,7 +52,7 @@
#define ATT_CLIENT 1u
#define ATT_MAX 2u
struct {
static struct {
btstack_packet_handler_t packet_handler;
bool waiting_for_can_send;
} subscriptions[ATT_MAX];