Searched defs:rfcomm_cid (Results 1 – 12 of 12) sorted by relevance
/btstack/test/hfp/ |
H A D | mock.c | 63 static uint16_t rfcomm_cid = 1; variable 140 uint8_t rfcomm_send(uint16_t rfcomm_cid, uint8_t *data, uint16_t len){ in rfcomm_send() 167 uint8_t rfcomm_request_can_send_now_event(uint16_t rfcomm_cid){ in rfcomm_request_can_send_now_event() 184 uint16_t rfcomm_get_max_frame_size(uint16_t rfcomm_cid){ in rfcomm_get_max_frame_size() 187 uint8_t rfcomm_send_prepared(uint16_t rfcomm_cid, uint16_t len){ in rfcomm_send_prepared() 287 bool rfcomm_can_send_packet_now(uint16_t rfcomm_cid){ in rfcomm_can_send_packet_now() 292 uint8_t rfcomm_disconnect(uint16_t rfcomm_cid){ in rfcomm_disconnect() 314 uint8_t rfcomm_accept_connection(uint16_t rfcomm_cid){ in rfcomm_accept_connection() 319 uint8_t rfcomm_decline_connection(uint16_t rfcomm_cid){ in rfcomm_decline_connection()
|
/btstack/src/classic/ |
H A D | rfcomm.c | 194 static rfcomm_channel_t * rfcomm_channel_for_rfcomm_cid(uint16_t rfcomm_cid){ in rfcomm_channel_for_rfcomm_cid() 2218 bool rfcomm_can_send_packet_now(uint16_t rfcomm_cid){ in rfcomm_can_send_packet_now() 2227 uint8_t rfcomm_request_can_send_now_event(uint16_t rfcomm_cid){ in rfcomm_request_can_send_now_event() 2260 uint16_t rfcomm_get_max_frame_size(uint16_t rfcomm_cid){ in rfcomm_get_max_frame_size() 2295 uint8_t rfcomm_send_prepared(uint16_t rfcomm_cid, uint16_t len){ in rfcomm_send_prepared() 2336 uint8_t rfcomm_send(uint16_t rfcomm_cid, uint8_t *data, uint16_t len){ in rfcomm_send() 2370 uint8_t rfcomm_send_local_line_status(uint16_t rfcomm_cid, uint8_t line_status){ in rfcomm_send_local_line_status() 2380 uint8_t rfcomm_send_modem_status(uint16_t rfcomm_cid, uint8_t modem_status){ in rfcomm_send_modem_status() 2391 uint8_t rfcomm_send_port_configuration(uint16_t rfcomm_cid, rpn_baud_t baud_rate, rpn_data_bits_t d… in rfcomm_send_port_configuration() 2413 uint8_t rfcomm_query_port_configuration(uint16_t rfcomm_cid){ in rfcomm_query_port_configuration() [all …]
|
H A D | goep_server.c | 330 uint16_t rfcomm_cid; in goep_server_packet_handler_rfcomm() local
|
H A D | rfcomm.h | 203 uint16_t rfcomm_cid; member
|
H A D | hfp.c | 1069 uint16_t rfcomm_cid; in hfp_handle_rfcomm_event() local
|
H A D | hfp_hf.c | 1568 uint16_t rfcomm_cid = rfcomm_event_can_send_now_get_rfcomm_cid(packet); in hfp_hf_rfcomm_packet_handler() local
|
H A D | hfp_ag.c | 2664 uint16_t rfcomm_cid = rfcomm_event_can_send_now_get_rfcomm_cid(packet); in hfp_ag_rfcomm_packet_handler() local
|
H A D | hfp.h | 562 uint16_t rfcomm_cid; member
|
/btstack/platform/daemon/src/ |
H A D | btstack.c | 144 void bt_send_rfcomm(uint16_t rfcomm_cid, uint8_t *data, uint16_t len){ in bt_send_rfcomm()
|
/btstack/example/ |
H A D | spp_streamer.c | 82 static uint16_t rfcomm_cid = 0; variable
|
H A D | spp_streamer_client.c | 99 static uint16_t rfcomm_cid = 0; variable
|
H A D | spp_and_gatt_streamer.c | 99 static uint16_t rfcomm_cid = 0; variable
|