hci: add l2cap_cid to att_server_t

This commit is contained in:
Matthias Ringwald 2019-06-18 15:26:21 +02:00
parent 8b35e16a93
commit 7fc7cb2b7a

View File

@ -432,6 +432,10 @@ typedef struct {
btstack_linked_list_t notification_requests;
btstack_linked_list_t indication_requests;
#ifdef ENABLE_GATT_OVER_CLASSIC
uint16_t l2cap_cid;
#endif
uint16_t request_size;
uint8_t request_buffer[ATT_REQUEST_BUFFER_SIZE];