Searched refs:tBNEP_CONN (Results 1 – 4 of 4) sorted by relevance
163 } tBNEP_CONN; typedef171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];204 extern void bnep_disconnect (tBNEP_CONN *p_bcb, UINT16 reason);205 extern tBNEP_CONN *bnep_conn_originate (UINT8 *p_bd_addr);207 extern void bnep_connected (tBNEP_CONN *p_bcb);212 extern tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid);213 extern tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda);214 extern tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda);215 extern void bnepu_release_bcb (tBNEP_CONN *p_bcb);216 extern void bnepu_send_peer_our_filters (tBNEP_CONN *p_bcb);[all …]
43 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len);44 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code);57 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid) in bnepu_find_bcb_by_cid()60 tBNEP_CONN *p_bcb; in bnepu_find_bcb_by_cid()84 tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda) in bnepu_find_bcb_by_bd_addr()87 tBNEP_CONN *p_bcb; in bnepu_find_bcb_by_bd_addr()113 tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda) in bnepu_allocate_bcb()116 tBNEP_CONN *p_bcb; in bnepu_allocate_bcb()124 memset ((UINT8 *)p_bcb, 0, sizeof (tBNEP_CONN)); in bnepu_allocate_bcb()149 void bnepu_release_bcb (tBNEP_CONN *p_bcb) in bnepu_release_bcb()[all …]
125 tBNEP_CONN *p_bcb = bnepu_find_bcb_by_bd_addr (bd_addr); in bnep_connect_ind()172 tBNEP_CONN *p_bcb; in bnep_connect_cfm()224 tBNEP_CONN *p_bcb; in bnep_config_ind()300 tBNEP_CONN *p_bcb; in bnep_config_cfm()361 tBNEP_CONN *p_bcb; in bnep_disconnect_ind()419 tBNEP_CONN *p_bcb; in bnep_congestion_ind()477 tBNEP_CONN *p_bcb; in bnep_data_ind()682 tBNEP_CONN *p_bcb = (tBNEP_CONN *)data; in bnep_conn_timer_timeout()786 void bnep_connected (tBNEP_CONN *p_bcb) in bnep_connected()
140 tBNEP_CONN *p_bcb = bnepu_find_bcb_by_bd_addr (p_rem_bda); in BNEP_Connect()238 tBNEP_CONN *p_bcb; in BNEP_ConnectResp()315 tBNEP_CONN *p_bcb; in BNEP_Disconnect()363 tBNEP_CONN *p_bcb; in BNEP_WriteBuf()476 tBNEP_CONN *p_bcb; in BNEP_Write()580 tBNEP_CONN *p_bcb; in BNEP_SetProtocolFilters()639 tBNEP_CONN *p_bcb; in BNEP_SetMulticastFilters()709 tBNEP_CONN *p_bcb; in BNEP_GetStatus()