Lines Matching defs:con_handle
158 hci_con_handle_t con_handle; in att_packet_handler() local
250 static uint16_t att_dispatch_classic_get_l2cap_cid(hci_con_handle_t con_handle){ in att_dispatch_classic_get_l2cap_cid()
262 static bool att_dispatch_can_send_now(hci_con_handle_t con_handle) { in att_dispatch_can_send_now()
272 bool att_dispatch_client_can_send_now(hci_con_handle_t con_handle){ in att_dispatch_client_can_send_now()
276 bool att_dispatch_server_can_send_now(hci_con_handle_t con_handle){ in att_dispatch_server_can_send_now()
280 static void att_dispatch_request_can_send_now_event(hci_con_handle_t con_handle, uint8_t type) { in att_dispatch_request_can_send_now_event()
303 void att_dispatch_client_request_can_send_now_event(hci_con_handle_t con_handle){ in att_dispatch_client_request_can_send_now_event()
307 void att_dispatch_server_request_can_send_now_event(hci_con_handle_t con_handle){ in att_dispatch_server_request_can_send_now_event()
311 …mtu_exchange_complete(btstack_packet_handler_t packet_handler, hci_con_handle_t con_handle, uint16… in emit_mtu_exchange_complete()
321 void att_dispatch_server_mtu_exchanged(hci_con_handle_t con_handle, uint16_t new_mtu){ in att_dispatch_server_mtu_exchanged()
325 void att_dispatch_client_mtu_exchanged(hci_con_handle_t con_handle, uint16_t new_mtu){ in att_dispatch_client_mtu_exchanged()