Home
last modified time | relevance | path

Searched defs:rfcomm_cid (Results 1 – 12 of 12) sorted by relevance

/btstack/test/hfp/
H A Dmock.c63 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 Drfcomm.c194 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 Dgoep_server.c330 uint16_t rfcomm_cid; in goep_server_packet_handler_rfcomm() local
H A Drfcomm.h203 uint16_t rfcomm_cid; member
H A Dhfp.c1069 uint16_t rfcomm_cid; in hfp_handle_rfcomm_event() local
H A Dhfp_hf.c1568 uint16_t rfcomm_cid = rfcomm_event_can_send_now_get_rfcomm_cid(packet); in hfp_hf_rfcomm_packet_handler() local
H A Dhfp_ag.c2664 uint16_t rfcomm_cid = rfcomm_event_can_send_now_get_rfcomm_cid(packet); in hfp_ag_rfcomm_packet_handler() local
H A Dhfp.h562 uint16_t rfcomm_cid; member
/btstack/platform/daemon/src/
H A Dbtstack.c144 void bt_send_rfcomm(uint16_t rfcomm_cid, uint8_t *data, uint16_t len){ in bt_send_rfcomm()
/btstack/example/
H A Dspp_streamer.c82 static uint16_t rfcomm_cid = 0; variable
H A Dspp_streamer_client.c99 static uint16_t rfcomm_cid = 0; variable
H A Dspp_and_gatt_streamer.c99 static uint16_t rfcomm_cid = 0; variable