Home
last modified time | relevance | path

Searched refs:l2cap_event_incoming_connection_get_local_cid (Results 1 – 13 of 13) sorted by relevance

/btstack/platform/daemon/example/
H A Dl2cap_server.c122 local_cid = l2cap_event_incoming_connection_get_local_cid(packet); in packet_handler()
H A Dl2cap_throughput.c136 local_cid = l2cap_event_incoming_connection_get_local_cid(packet); in packet_handler()
/btstack/test/fuzz/
H A Dfuzz_l2cap_whitebox.c219 uint16_t l2cap_cid = l2cap_event_incoming_connection_get_local_cid(packet); in fuzzer_l2cap_handler()
/btstack/src/ble/
H A Datt_dispatch.c182 l2cap_cid = l2cap_event_incoming_connection_get_local_cid(packet); in att_packet_handler()
/btstack/src/classic/
H A Dhid_device.c659 … device->control_cid = l2cap_event_incoming_connection_get_local_cid(packet); in packet_handler()
662 … device->interrupt_cid = l2cap_event_incoming_connection_get_local_cid(packet); in packet_handler()
H A Dhid_host.c919 … connection->control_cid = l2cap_event_incoming_connection_get_local_cid(packet); in hid_host_packet_handler()
935 … connection->interrupt_cid = l2cap_event_incoming_connection_get_local_cid(packet); in hid_host_packet_handler()
H A Davrcp_browsing.c239 local_cid = l2cap_event_incoming_connection_get_local_cid(packet); in avrcp_browsing_packet_handler()
H A Dgoep_server.c257 l2cap_cid = l2cap_event_incoming_connection_get_local_cid(packet); in goep_server_packet_handler_l2cap()
H A Davrcp.c983 local_cid = l2cap_event_incoming_connection_get_local_cid(packet); in avrcp_packet_handler()
H A Davdtp.c906 local_cid = l2cap_event_incoming_connection_get_local_cid(packet); in avdtp_packet_handler()
H A Drfcomm.c1013 l2cap_cid = l2cap_event_incoming_connection_get_local_cid(packet); in rfcomm_hci_event_handler()
/btstack/doc/manual/docs-template/
H A Dprotocols.md261 local_cid = l2cap_event_incoming_connection_get_local_cid(packet);
/btstack/src/
H A Dbtstack_event.h1878 static inline uint16_t l2cap_event_incoming_connection_get_local_cid(const uint8_t * event){ in l2cap_event_incoming_connection_get_local_cid() function