Searched refs:p_handles (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/include/ |
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 | 668 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/ |
D | avdt_api.c | 615 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()
|