Searched refs:p_handles (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/ |
D | avdtc_api.h | 168 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);
|
D | avdt_api.h | 673 extern UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles); 690 extern UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles);
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_api.c | 598 UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles) in AVDT_StartReq() argument 610 if ((p_scb = avdt_scb_by_hdl(p_handles[i])) == NULL) { in AVDT_StartReq() 622 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_StartReq() 645 UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles) in AVDT_SuspendReq() argument 657 if ((p_scb = avdt_scb_by_hdl(p_handles[i])) == NULL) { in AVDT_SuspendReq() 669 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_SuspendReq()
|