Searched refs:tBNEP_CONN (Results 1 – 4 of 4) sorted by relevance
157 } tBNEP_CONN; typedef163 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];187 extern void bnep_disconnect(tBNEP_CONN* p_bcb, uint16_t reason);188 extern tBNEP_CONN* bnep_conn_originate(uint8_t* p_bd_addr);190 extern void bnep_connected(tBNEP_CONN* p_bcb);194 extern tBNEP_CONN* bnepu_find_bcb_by_cid(uint16_t cid);195 extern tBNEP_CONN* bnepu_find_bcb_by_bd_addr(const RawAddress& p_bda);196 extern tBNEP_CONN* bnepu_allocate_bcb(const RawAddress& p_rem_bda);197 extern void bnepu_release_bcb(tBNEP_CONN* p_bcb);198 extern void bnepu_send_peer_our_filters(tBNEP_CONN* p_bcb);[all …]
46 void bnepu_process_peer_multicast_filter_set(tBNEP_CONN* p_bcb,48 void bnepu_send_peer_multicast_filter_rsp(tBNEP_CONN* p_bcb,61 tBNEP_CONN* bnepu_find_bcb_by_cid(uint16_t cid) { in bnepu_find_bcb_by_cid()63 tBNEP_CONN* p_bcb; in bnepu_find_bcb_by_cid()85 tBNEP_CONN* bnepu_find_bcb_by_bd_addr(const RawAddress& p_bda) { in bnepu_find_bcb_by_bd_addr()87 tBNEP_CONN* p_bcb; in bnepu_find_bcb_by_bd_addr()109 tBNEP_CONN* bnepu_allocate_bcb(const RawAddress& p_rem_bda) { in bnepu_allocate_bcb()111 tBNEP_CONN* p_bcb; in bnepu_allocate_bcb()117 memset((uint8_t*)p_bcb, 0, sizeof(tBNEP_CONN)); in bnepu_allocate_bcb()141 void bnepu_release_bcb(tBNEP_CONN* p_bcb) { in bnepu_release_bcb()[all …]
119 tBNEP_CONN* p_bcb = bnepu_find_bcb_by_bd_addr(bd_addr); in bnep_connect_ind()160 tBNEP_CONN* p_bcb; in bnep_connect_cfm()209 tBNEP_CONN* p_bcb; in bnep_config_ind()277 tBNEP_CONN* p_bcb; in bnep_config_cfm()331 tBNEP_CONN* p_bcb; in bnep_disconnect_ind()383 tBNEP_CONN* p_bcb; in bnep_congestion_ind()431 tBNEP_CONN* p_bcb; in bnep_data_ind()645 tBNEP_CONN* p_bcb = (tBNEP_CONN*)data; in bnep_conn_timer_timeout()734 void bnep_connected(tBNEP_CONN* p_bcb) { in bnep_connected()
131 tBNEP_CONN* p_bcb = bnepu_find_bcb_by_bd_addr(p_rem_bda); in BNEP_Connect()213 tBNEP_CONN* p_bcb; in BNEP_ConnectResp()289 tBNEP_CONN* p_bcb; in BNEP_Disconnect()332 tBNEP_CONN* p_bcb; in BNEP_WriteBuf()440 tBNEP_CONN* p_bcb; in BNEP_Write()543 tBNEP_CONN* p_bcb; in BNEP_SetProtocolFilters()599 tBNEP_CONN* p_bcb; in BNEP_SetMulticastFilters()665 tBNEP_CONN* p_bcb; in BNEP_GetStatus()