Home | History | Annotate | Download | only in avct

Lines Matching refs:handle

145         /* get handle */
193 UINT16 AVCT_RemoveConn(UINT8 handle)
200 /* map handle to ccb */
201 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
234 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role)
244 /* map handle to ccb */
245 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
309 UINT16 AVCT_RemoveBrowse (UINT8 handle)
317 /* map handle to ccb */
318 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
343 UINT16 AVCT_GetBrowseMtu (UINT8 handle)
349 if ((p_ccb = avct_ccb_by_idx(handle)) != NULL && p_ccb->p_bcb != NULL)
367 UINT16 AVCT_GetPeerMtu (UINT8 handle)
372 /* map handle to ccb */
373 if ((p_ccb = avct_ccb_by_idx(handle)) != NULL)
405 UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg)
420 /* map handle to ccb */
421 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)