Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c202 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL) { in AVCT_RemoveConn()
243 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL) { in AVCT_CreateBrowse()
306 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL) { in AVCT_RemoveBrowse()
336 if ((p_ccb = avct_ccb_by_idx(handle)) != NULL && p_ccb->p_bcb != NULL) { in AVCT_GetBrowseMtu()
361 if ((p_ccb = avct_ccb_by_idx(handle)) != NULL) { in AVCT_GetPeerMtu()
406 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL) { in AVCT_MsgReq()
Davct_ccb.c125 tAVCT_CCB *avct_ccb_by_idx(UINT8 idx) in avct_ccb_by_idx() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h208 extern tAVCT_CCB *avct_ccb_by_idx(UINT8 idx);