Home
last modified time | relevance | path

Searched refs:rfcomm_event_incoming_connection_get_server_channel (Results 1 – 16 of 16) sorted by relevance

/btstack/platform/daemon/example/
H A Drfcomm_echo.c127 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
H A Drfcomm_test.c143 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
/btstack/example/
H A Dspp_flowcontrol.c155 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
H A Dspp_counter.c210 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
H A Dant_test.c144 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
H A Dspp_streamer.c208 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
H A Dspp_and_gatt_counter.c143 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
H A Dspp_streamer_client.c307 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
H A Dspp_and_gatt_streamer.c295 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in rfcomm_packet_handler()
/btstack/test/classic-oob-pairing/
H A Dspp_counter.c210 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
/btstack/port/archive/ez430-rf2560/example/
H A Dspp_accel.c166 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dspp_accel.c167 rfcomm_channel_nr = rfcomm_event_incoming_connection_get_server_channel(packet); in packet_handler()
/btstack/src/classic/
H A Dhsp_hs.c641 …log_info("RFCOMM channel %u requested for %s", rfcomm_event_incoming_connection_get_server_channel in packet_handler()
H A Dhsp_ag.c661 …COMM channel %u requested for %s with cid 0x%04x", rfcomm_event_incoming_connection_get_server_cha… in packet_handler()
H A Dgoep_server.c338 rfcomm_channel = rfcomm_event_incoming_connection_get_server_channel(packet); in goep_server_packet_handler_rfcomm()
/btstack/src/
H A Dbtstack_event.h2452 static inline uint8_t rfcomm_event_incoming_connection_get_server_channel(const uint8_t * event){ in rfcomm_event_incoming_connection_get_server_channel() function