Lines Matching defs:rfcomm_cid
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()
2533 uint8_t rfcomm_disconnect(uint16_t rfcomm_cid){ in rfcomm_disconnect()
2610 uint8_t rfcomm_accept_connection(uint16_t rfcomm_cid){ in rfcomm_accept_connection()
2634 uint8_t rfcomm_decline_connection(uint16_t rfcomm_cid){ in rfcomm_decline_connection()
2649 uint8_t rfcomm_grant_credits(uint16_t rfcomm_cid, uint8_t credits){ in rfcomm_grant_credits()