mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 12:39:51 +00:00
hci: add send request and incoming connection for gatt client/server
This commit is contained in:
parent
c7fc10753e
commit
fa9be54c8c
@ -504,7 +504,12 @@ typedef struct {
|
|||||||
btstack_linked_list_t indication_requests;
|
btstack_linked_list_t indication_requests;
|
||||||
|
|
||||||
#if defined(ENABLE_GATT_OVER_CLASSIC) || defined(ENABLE_GATT_OVER_EATT)
|
#if defined(ENABLE_GATT_OVER_CLASSIC) || defined(ENABLE_GATT_OVER_EATT)
|
||||||
|
// unified (client + server) att bearer
|
||||||
uint16_t l2cap_cid;
|
uint16_t l2cap_cid;
|
||||||
|
bool send_requests[2];
|
||||||
|
bool outgoing_connection_active;
|
||||||
|
bool incoming_connection_request;
|
||||||
|
bool eatt_outgoing_active;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
uint16_t request_size;
|
uint16_t request_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user