HomeSort by relevance Sort by last modified time
    Searched defs:gap_cb (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 27 tGAP_CB gap_cb; variable
45 if (index < GAP_MAX_BLOCKS && gap_cb.blk[index].in_use)
47 p_cb = &gap_cb.blk[index];
129 for (index = 0, p_cb = &gap_cb.blk[0]; index < GAP_MAX_BLOCKS; index++, p_cb++)
161 tGAP_FINDADDR_CB *p_cb = &gap_cb.findaddr_cb;
227 tGAP_FINDADDR_CB *p_cb = &gap_cb.findaddr_cb;
325 tGAP_INFO *p_cb = &gap_cb.blk[0];
379 tGAP_INFO *p_cb = &gap_cb.blk[0];
gap_int.h 190 GAP_API extern tGAP_CB gap_cb;
193 #define gap_cb (*gap_cb_ptr) macro

Completed in 33 milliseconds