Searched refs:tBNEP_CONN (Results 1 – 4 of 4) sorted by relevance
163 } tBNEP_CONN; typedef171 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);[all …]
39 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len);40 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code);53 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid) in bnepu_find_bcb_by_cid()56 tBNEP_CONN *p_bcb; in bnepu_find_bcb_by_cid()80 tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda) in bnepu_find_bcb_by_bd_addr()83 tBNEP_CONN *p_bcb; in bnepu_find_bcb_by_bd_addr()109 tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda) in bnepu_allocate_bcb()112 tBNEP_CONN *p_bcb; in bnepu_allocate_bcb()119 memset ((UINT8 *)p_bcb, 0, sizeof (tBNEP_CONN)); in bnepu_allocate_bcb()144 void bnepu_release_bcb (tBNEP_CONN *p_bcb) in bnepu_release_bcb()[all …]
122 tBNEP_CONN *p_bcb = bnepu_find_bcb_by_bd_addr (bd_addr); in bnep_connect_ind()166 tBNEP_CONN *bcb; in bnep_connect_cfm()216 tBNEP_CONN *p_bcb; in bnep_config_ind()290 tBNEP_CONN *p_bcb; in bnep_config_cfm()349 tBNEP_CONN *p_bcb; in bnep_disconnect_ind()407 tBNEP_CONN *p_bcb; in bnep_congestion_ind()465 tBNEP_CONN *p_bcb; in bnep_data_ind()674 tBNEP_CONN *p_bcb; in bnep_process_timeout()688 p_bcb = (tBNEP_CONN *)p_tle->param; in bnep_process_timeout()790 void bnep_connected (tBNEP_CONN *p_bcb) in bnep_connected()
141 tBNEP_CONN *p_bcb = bnepu_find_bcb_by_bd_addr (p_rem_bda); in BNEP_Connect()242 tBNEP_CONN *p_bcb; in BNEP_ConnectResp()320 tBNEP_CONN *p_bcb; in BNEP_Disconnect()368 tBNEP_CONN *p_bcb; in BNEP_WriteBuf()482 tBNEP_CONN *p_bcb; in BNEP_Write()591 tBNEP_CONN *p_bcb; in BNEP_SetProtocolFilters()654 tBNEP_CONN *p_bcb; in BNEP_SetMulticastFilters()746 tBNEP_CONN *p_bcb; in BNEP_GetStatus()