Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/avct/
Davct_api.c201 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL) in AVCT_RemoveConn()
245 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL) in AVCT_CreateBrowse()
318 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL) in AVCT_RemoveBrowse()
349 if ((p_ccb = avct_ccb_by_idx(handle)) != NULL && p_ccb->p_bcb != NULL) in AVCT_GetBrowseMtu()
373 if ((p_ccb = avct_ccb_by_idx(handle)) != NULL) in AVCT_GetPeerMtu()
421 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL) in AVCT_MsgReq()
Davct_ccb.c128 tAVCT_CCB *avct_ccb_by_idx(UINT8 idx) in avct_ccb_by_idx() function
Davct_int.h208 extern tAVCT_CCB *avct_ccb_by_idx(UINT8 idx);