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 42 tGAP_INFO *p_cb;
118 tGAP_INFO *p_cb;
327 tGAP_INFO *gap_allocate_cb (void)
329 tGAP_INFO *p_cb = &gap_cb.blk[0];
336 memset (p_cb, 0, sizeof (tGAP_INFO));
359 void gap_free_cb (tGAP_INFO *p_cb)
383 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 393 tGAP_INFO *p_cb;
467 tGAP_INFO *p_cb;
519 tGAP_INFO *p_cb = &gap_cb.blk[0];
558 tGAP_INFO *p_cb = &gap_cb.blk[0];
728 tGAP_INFO *p_cb;
    [all...]

Completed in 35 milliseconds