• Home
  • Raw
  • Download

Lines Matching defs:p_bcb

60     tBNEP_CONN     *p_bcb;  in bnepu_find_bcb_by_cid()  local
87 tBNEP_CONN *p_bcb; in bnepu_find_bcb_by_bd_addr() local
116 tBNEP_CONN *p_bcb; in bnepu_allocate_bcb() local
149 void bnepu_release_bcb (tBNEP_CONN *p_bcb) in bnepu_release_bcb()
178 void bnep_send_conn_req (tBNEP_CONN *p_bcb) in bnep_send_conn_req()
235 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code) in bnep_send_conn_responce()
269 void bnepu_send_peer_our_filters (tBNEP_CONN *p_bcb) in bnepu_send_peer_our_filters()
315 void bnepu_send_peer_our_multi_filters (tBNEP_CONN *p_bcb) in bnepu_send_peer_our_multi_filters()
363 void bnepu_send_peer_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code) in bnepu_send_peer_filter_rsp()
396 void bnep_send_command_not_understood (tBNEP_CONN *p_bcb, UINT8 cmd_code) in bnep_send_command_not_understood()
432 void bnepu_check_send_packet (tBNEP_CONN *p_bcb, BT_HDR *p_buf) in bnepu_check_send_packet()
466 void bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol, in bnepu_build_bnep_hdr()
565 void bnep_process_setup_conn_req (tBNEP_CONN *p_bcb, UINT8 *p_setup, UINT8 len) in bnep_process_setup_conn_req()
665 void bnep_process_setup_conn_responce (tBNEP_CONN *p_bcb, UINT8 *p_setup) in bnep_process_setup_conn_responce()
762 UINT8 *bnep_process_control_packet (tBNEP_CONN *p_bcb, UINT8 *p, UINT16 *rem_len, BOOLEAN is_ext) in bnep_process_control_packet()
879 void bnepu_process_peer_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len) in bnepu_process_peer_filter_set()
957 void bnepu_process_peer_filter_rsp (tBNEP_CONN *p_bcb, UINT8 *p_data) in bnepu_process_peer_filter_rsp()
1003 void bnepu_process_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT8 *p_data) in bnepu_process_multicast_filter_rsp()
1050 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len) in bnepu_process_peer_multicast_filter_set()
1130 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code) in bnepu_send_peer_multicast_filter_rsp()
1168 tBNEP_CONN *p_bcb = (tBNEP_CONN *)p_ref_data; in bnep_sec_check_complete() local
1271 tBNEP_RESULT bnep_is_packet_allowed (tBNEP_CONN *p_bcb, in bnep_is_packet_allowed()