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 40 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
41 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle);
42 static tGAP_CCB *gap_allocate_ccb (void);
43 static void gap_release_ccb (tGAP_CCB *p_ccb);
125 tGAP_CCB *p_ccb;
254 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
293 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
358 tGAP_CCB *p_ccb;
399 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
438 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 24 milliseconds