HomeSort by relevance Sort by last modified time
    Searched refs:tGAP_INFO (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 41 tGAP_INFO *p_cb;
117 tGAP_INFO *p_cb;
323 tGAP_INFO *gap_allocate_cb (void)
325 tGAP_INFO *p_cb = &gap_cb.blk[0];
332 memset (p_cb, 0, sizeof (tGAP_INFO));
355 void gap_free_cb (tGAP_INFO *p_cb)
379 tGAP_INFO *p_cb = &gap_cb.blk[0];
gap_int.h 58 } tGAP_INFO;
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);
gap_api.c 392 tGAP_INFO *p_cb;
466 tGAP_INFO *p_cb;
518 tGAP_INFO *p_cb = &gap_cb.blk[0];
557 tGAP_INFO *p_cb = &gap_cb.blk[0];
723 tGAP_INFO *p_cb;
    [all...]

Completed in 329 milliseconds