Home | History | Annotate | Download | only in bnep

Lines Matching refs:p_bcb

207 extern void        bnep_disconnect (tBNEP_CONN *p_bcb, UINT16 reason);
210 extern void bnep_connected (tBNEP_CONN *p_bcb);
218 extern void bnepu_release_bcb (tBNEP_CONN *p_bcb);
219 extern void bnepu_send_peer_our_filters (tBNEP_CONN *p_bcb);
220 extern void bnepu_send_peer_our_multi_filters (tBNEP_CONN *p_bcb);
221 extern BOOLEAN bnepu_does_dest_support_prot (tBNEP_CONN *p_bcb, UINT16 protocol);
222 extern void bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol,
224 extern void test_bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol,
228 extern void bnepu_check_send_packet (tBNEP_CONN *p_bcb, BT_HDR *p_buf);
229 extern void bnep_send_command_not_understood (tBNEP_CONN *p_bcb, UINT8 cmd_code);
230 extern void bnepu_process_peer_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len);
231 extern void bnepu_process_peer_filter_rsp (tBNEP_CONN *p_bcb, UINT8 *p_data);
232 extern void bnepu_process_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT8 *p_data);
233 extern void bnep_send_conn_req (tBNEP_CONN *p_bcb);
234 extern void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code);
235 extern void bnep_process_setup_conn_req (tBNEP_CONN *p_bcb, UINT8 *p_setup, UINT8 len);
236 extern void bnep_process_setup_conn_responce (tBNEP_CONN *p_bcb, UINT8 *p_setup);
237 extern UINT8 *bnep_process_control_packet (tBNEP_CONN *p_bcb, UINT8 *p, UINT16 *len, BOOLEAN is_ext);
239 extern tBNEP_RESULT bnep_is_packet_allowed (tBNEP_CONN *p_bcb, BD_ADDR p_dest_addr, UINT16 protocol, BOOLEAN fw_ext_present, UINT8 *p_data);