Home
last modified time | relevance | path

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

/system/bt/stack/include/
Davdtc_api.h168 extern void AVDTC_StartRsp(UINT8 *p_handles, UINT8 num_handles, UINT8 label);
190 extern void AVDTC_SuspendRsp(UINT8 *p_handles, UINT8 num_handles, UINT8 label);
Davdt_api.h668 extern UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles);
685 extern UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles);
/system/bt/stack/avdt/
Davdt_api.c615 UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles) in AVDT_StartReq() argument
631 if ((p_scb = avdt_scb_by_hdl(p_handles[i])) == NULL) in AVDT_StartReq()
648 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_StartReq()
671 UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles) in AVDT_SuspendReq() argument
687 if ((p_scb = avdt_scb_by_hdl(p_handles[i])) == NULL) in AVDT_SuspendReq()
704 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_SuspendReq()