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

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdpint.h219 } tCONN_CB; typedef in typeref:struct:__anon1711
226 tCONN_CB ccb[SDP_MAX_CONNECTIONS];
253 extern void sdp_disconnect (tCONN_CB*p_ccb, UINT16 reason);
270 extern void sdp_conn_timeout (tCONN_CB *p_ccb);
272 extern tCONN_CB *sdp_conn_originate (UINT8 *p_bd_addr);
276 extern tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid);
277 extern tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db);
278 extern tCONN_CB *sdpu_allocate_ccb (void);
279 extern void sdpu_release_ccb (tCONN_CB *p_ccb);
283 extern void sdpu_build_n_send_error (tCONN_CB *p_cc
[all...]

Completed in 123 milliseconds