Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
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.h679 extern UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles);
696 extern UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles);
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c609 UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles) in AVDT_StartReq() argument
621 if ((p_scb = avdt_scb_by_hdl(p_handles[i])) == NULL) { in AVDT_StartReq()
633 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_StartReq()
656 UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles) in AVDT_SuspendReq() argument
668 if ((p_scb = avdt_scb_by_hdl(p_handles[i])) == NULL) { in AVDT_SuspendReq()
680 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_SuspendReq()