mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 23:42:52 +00:00
hci: add l2cap_cid to att_server_t
This commit is contained in:
parent
8b35e16a93
commit
7fc7cb2b7a
@ -432,6 +432,10 @@ typedef struct {
|
|||||||
btstack_linked_list_t notification_requests;
|
btstack_linked_list_t notification_requests;
|
||||||
btstack_linked_list_t indication_requests;
|
btstack_linked_list_t indication_requests;
|
||||||
|
|
||||||
|
#ifdef ENABLE_GATT_OVER_CLASSIC
|
||||||
|
uint16_t l2cap_cid;
|
||||||
|
#endif
|
||||||
|
|
||||||
uint16_t request_size;
|
uint16_t request_size;
|
||||||
uint8_t request_buffer[ATT_REQUEST_BUFFER_SIZE];
|
uint8_t request_buffer[ATT_REQUEST_BUFFER_SIZE];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user