Searched refs:tGAP_CCB (Results 1 – 2 of 2) sorted by relevance
44 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 …]
83 } tGAP_CCB; typedef91 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];