Searched refs:l2cap_event_incoming_connection_get_handle (Results 1 – 10 of 10) sorted by relevance
120 con_handle = l2cap_event_incoming_connection_get_handle(packet); in packet_handler()
134 con_handle = l2cap_event_incoming_connection_get_handle(packet); in packet_handler()
184 con_handle = l2cap_event_incoming_connection_get_handle(packet); in att_packet_handler()
652 …if ((device->con_handle == HCI_CON_HANDLE_INVALID) || (l2cap_event_incoming_connection_get_handle(… in packet_handler()653 … device->con_handle = l2cap_event_incoming_connection_get_handle(packet); in packet_handler()
282 … l2cap_event_incoming_connection_get_handle(packet)); in goep_server_packet_handler_l2cap()
984 con_handle = l2cap_event_incoming_connection_get_handle(packet); in avrcp_packet_handler()
918 … connection->con_handle = l2cap_event_incoming_connection_get_handle(packet); in hid_host_packet_handler()
907 con_handle = l2cap_event_incoming_connection_get_handle(packet); in avdtp_packet_handler()
1012 con_handle = l2cap_event_incoming_connection_get_handle(packet); in rfcomm_hci_event_handler()
1860 static inline hci_con_handle_t l2cap_event_incoming_connection_get_handle(const uint8_t * event){ in l2cap_event_incoming_connection_get_handle() function