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

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_utils.c28 tGAP_CB gap_cb; variable
46 if (index < GAP_MAX_BLOCKS && gap_cb.blk[index].in_use)
48 p_cb = &gap_cb.blk[index];
131 for (index = 0, p_cb = &gap_cb.blk[0]; index < GAP_MAX_BLOCKS; index++, p_cb++)
163 tGAP_FINDADDR_CB *p_cb = &gap_cb.findaddr_cb;
229 tGAP_FINDADDR_CB *p_cb = &gap_cb.findaddr_cb;
329 tGAP_INFO *p_cb = &gap_cb.blk[0];
383 tGAP_INFO *p_cb = &gap_cb.blk[0];
H A Dgap_int.h190 GAP_API extern tGAP_CB gap_cb;
193 #define gap_cb (*gap_cb_ptr) macro

Completed in 1045 milliseconds