Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c44 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
45 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle);
46 static tGAP_CCB *gap_allocate_ccb (void);
47 static void gap_release_ccb (tGAP_CCB *p_ccb);
131 tGAP_CCB *p_ccb; in GAP_ConnOpen()
262 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnClose()
301 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnReadData()
361 tGAP_CCB *p_ccb; in GAP_GetRxQueueCnt()
400 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnBTRead()
437 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnBTWrite()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h83 } tGAP_CCB; typedef
91 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];