Home
last modified time | relevance | path

Searched refs:l2cap_event_incoming_connection_get_psm (Results 1 – 7 of 7) sorted by relevance

/btstack/platform/daemon/example/
H A Dl2cap_server.c121 psm = l2cap_event_incoming_connection_get_psm(packet); in packet_handler()
H A Dl2cap_throughput.c135 psm = l2cap_event_incoming_connection_get_psm(packet); in packet_handler()
/btstack/src/classic/
H A Dhid_device.c642 switch (l2cap_event_incoming_connection_get_psm(packet)){ in packet_handler()
656 psm = l2cap_event_incoming_connection_get_psm(packet); in packet_handler()
H A Dgoep_server.c256 l2cap_psm = l2cap_event_incoming_connection_get_psm(packet); in goep_server_packet_handler_l2cap()
H A Dhid_host.c902 switch (l2cap_event_incoming_connection_get_psm(packet)){ in hid_host_packet_handler()
H A Drfcomm.c1015 … btstack_assert(l2cap_event_incoming_connection_get_psm(packet) == BLUETOOTH_PROTOCOL_RFCOMM); in rfcomm_hci_event_handler()
/btstack/src/
H A Dbtstack_event.h1869 static inline uint16_t l2cap_event_incoming_connection_get_psm(const uint8_t * event){ in l2cap_event_incoming_connection_get_psm() function