Searched defs:tBNEP_CONN (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_int.h163 } tBNEP_CONN; typedef in typeref:struct:__anon1004
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_bc
[all...]

Completed in 58 milliseconds