Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_conn.cc73 } tGAP_CCB; typedef
77 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];
100 static tGAP_CCB* gap_find_ccb_by_cid(uint16_t cid);
101 static tGAP_CCB* gap_find_ccb_by_handle(uint16_t handle);
102 static tGAP_CCB* gap_allocate_ccb(void);
103 static void gap_release_ccb(tGAP_CCB* p_ccb);
104 static void gap_checks_con_flags(tGAP_CCB* p_ccb);
174 tGAP_CCB* p_ccb; in GAP_ConnOpen()
338 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnClose()
374 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnReadData()
[all …]