Home
last modified time | relevance | path

Searched refs:rfcomm_event_incoming_connection_get_rfcomm_cid (Results 1 – 18 of 18) sorted by relevance

/btstack/platform/daemon/example/
H A Drfcomm_echo.c128 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Drfcomm_test.c144 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
/btstack/example/
H A Dspp_flowcontrol.c156 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Dspp_counter.c211 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Dant_test.c145 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Dspp_streamer.c209 rfcomm_cid = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Dspp_and_gatt_counter.c144 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Dspp_streamer_client.c308 rfcomm_cid = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Dspp_and_gatt_streamer.c296 rfcomm_cid = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in rfcomm_packet_handler()
/btstack/test/classic-oob-pairing/
H A Dspp_counter.c211 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
/btstack/port/archive/ez430-rf2560/example/
H A Dspp_accel.c167 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dspp_accel.c168 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
/btstack/src/classic/
H A Dhsp_hs.c640 hsp_hs_rfcomm_cid = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Dhsp_ag.c660 hsp_ag_rfcomm_cid = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in packet_handler()
H A Dhfp.c1083 rfcomm_decline_connection(rfcomm_event_incoming_connection_get_rfcomm_cid(packet)); in hfp_handle_rfcomm_event()
1088 rfcomm_decline_connection(rfcomm_event_incoming_connection_get_rfcomm_cid(packet)); in hfp_handle_rfcomm_event()
1092 hfp_connection->rfcomm_cid = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in hfp_handle_rfcomm_event()
H A Dgoep_server.c339 rfcomm_cid = rfcomm_event_incoming_connection_get_rfcomm_cid(packet); in goep_server_packet_handler_rfcomm()
/btstack/doc/manual/docs-template/
H A Dprotocols.md461 rfcomm_channel_id = rfcomm_event_incoming_connection_get_rfcomm_cid(packet);
/btstack/src/
H A Dbtstack_event.h2461 static inline uint16_t rfcomm_event_incoming_connection_get_rfcomm_cid(const uint8_t * event){ in rfcomm_event_incoming_connection_get_rfcomm_cid() function