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

  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 41 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
42 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle);
43 static tGAP_CCB *gap_allocate_ccb (void);
44 static void gap_release_ccb (tGAP_CCB *p_ccb);
126 tGAP_CCB *p_ccb;
255 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
294 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
359 tGAP_CCB *p_ccb;
400 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
439 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle)
    [all...]
gap_int.h 108 } tGAP_CCB;
117 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];

Completed in 26 milliseconds