Searched refs:tGAP_CCB (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/gap/
H A Dgap_conn.c43 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
44 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle);
45 static tGAP_CCB *gap_allocate_ccb (void);
46 static void gap_release_ccb (tGAP_CCB *p_ccb);
47 static void gap_checks_con_flags (tGAP_CCB *p_ccb);
131 tGAP_CCB *p_ccb;
307 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
346 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
406 tGAP_CCB *p_ccb;
447 tGAP_CCB *p_cc
[all...]
H A Dgap_int.h90 } tGAP_CCB; typedef in typeref:struct:__anon898
99 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];

Completed in 6 milliseconds