Searched refs:bnepu_check_send_packet (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_utils.cc | 209 bnepu_check_send_packet(p_bcb, p_buf); in bnep_send_conn_req() 241 bnepu_check_send_packet(p_bcb, p_buf); in bnep_send_conn_response() 277 bnepu_check_send_packet(p_bcb, p_buf); in bnepu_send_peer_our_filters() 321 bnepu_check_send_packet(p_bcb, p_buf); in bnepu_send_peer_our_multi_filters() 358 bnepu_check_send_packet(p_bcb, p_buf); in bnepu_send_peer_filter_rsp() 391 bnepu_check_send_packet(p_bcb, p_buf); in bnep_send_command_not_understood() 405 void bnepu_check_send_packet(tBNEP_CONN* p_bcb, BT_HDR* p_buf) { in bnepu_check_send_packet() function 1128 bnepu_check_send_packet(p_bcb, p_buf); in bnepu_send_peer_multicast_filter_rsp()
|
D | bnep_api.cc | 414 bnepu_check_send_packet(p_bcb, p_buf); in BNEP_WriteBuf() 520 bnepu_check_send_packet(p_bcb, p_buf); in BNEP_Write()
|
D | bnep_int.h | 189 void bnepu_check_send_packet(tBNEP_CONN* p_bcb, BT_HDR* p_buf);
|