Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_conn.c41 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);
128 tGAP_CCB *p_ccb; in GAP_ConnOpen()
266 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnClose()
305 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnReadData()
370 tGAP_CCB *p_ccb; in GAP_GetRxQueueCnt()
411 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnBTRead()
450 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnBTWrite()
[all …]
Dgap_int.h86 } tGAP_CCB; typedef
95 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];