Home
last modified time | relevance | path

Searched refs:tGAP_INFO (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
Dgap_utils.c41 tGAP_INFO *p_cb; in btm_cback()
117 tGAP_INFO *p_cb; in gap_inq_results_cb()
323 tGAP_INFO *gap_allocate_cb (void) in gap_allocate_cb()
325 tGAP_INFO *p_cb = &gap_cb.blk[0]; in gap_allocate_cb()
332 memset (p_cb, 0, sizeof (tGAP_INFO)); in gap_allocate_cb()
355 void gap_free_cb (tGAP_INFO *p_cb) in gap_free_cb()
379 tGAP_INFO *p_cb = &gap_cb.blk[0]; in gap_is_service_busy()
Dgap_int.h58 } tGAP_INFO; typedef
164 tGAP_INFO blk[GAP_MAX_BLOCKS];
196 extern tGAP_INFO *gap_allocate_cb(void);
197 extern void gap_free_cb(tGAP_INFO *p_cb);
Dgap_api.c392 tGAP_INFO *p_cb; in GAP_StartInquiry()
466 tGAP_INFO *p_cb; in GAP_StartPeriodicInquiry()
518 tGAP_INFO *p_cb = &gap_cb.blk[0]; in GAP_CancelInquiry()
557 tGAP_INFO *p_cb = &gap_cb.blk[0]; in GAP_CancelPeriodicInquiry()
723 tGAP_INFO *p_cb; in GAP_GetRemoteDeviceName()