mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
att_dispatch: make dispatch table private
This commit is contained in:
parent
0d339062b1
commit
8b49233457
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user