HomeSort by relevance Sort by last modified time
    Searched refs:avct_ccb_by_idx (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 201 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
245 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
318 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
349 if ((p_ccb = avct_ccb_by_idx(handle)) != NULL && p_ccb->p_bcb != NULL)
373 if ((p_ccb = avct_ccb_by_idx(handle)) != NULL)
421 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
avct_ccb.c 120 ** Function avct_ccb_by_idx
128 tAVCT_CCB *avct_ccb_by_idx(UINT8 idx) function
avct_int.h 208 extern tAVCT_CCB *avct_ccb_by_idx(UINT8 idx);

Completed in 25 milliseconds