Lines Matching defs:tBNEP_CONN
163 } tBNEP_CONN;
171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
207 extern void bnep_disconnect (tBNEP_CONN *p_bcb, UINT16 reason);
208 extern tBNEP_CONN *bnep_conn_originate (UINT8 *p_bd_addr);
210 extern void bnep_connected (tBNEP_CONN *p_bcb);
215 extern tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid);
216 extern tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda);
217 extern tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda);
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,
227 extern tBNEP_CONN *bnepu_get_route_to_dest (UINT8 *p_bda);
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);