Searched refs:avdt_scb_verify (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/avdt/ |
D | avdt_ccb_act.c | 277 if ((seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_START, p_data->msg.multi.seid_list, in avdt_ccb_hdl_start_cmd() 349 if ((seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_SUSPEND, p_data->msg.multi.seid_list, in avdt_ccb_hdl_suspend_cmd() 525 …if ((avdt_msg.hdr.err_param = avdt_scb_verify(p_ccb, AVDT_VERIFY_OPEN, p_data->msg.multi.seid_list, in avdt_ccb_snd_start_cmd() 603 …if ((avdt_msg.hdr.err_param = avdt_scb_verify(p_ccb, AVDT_VERIFY_STREAMING, p_data->msg.multi.seid… in avdt_ccb_snd_suspend_cmd()
|
D | avdt_int.h | 613 extern UINT8 avdt_scb_verify(tAVDT_CCB *p_ccb, UINT8 state, UINT8 *p_seid, UINT16 num_seid, UINT8 *…
|
D | avdt_scb.c | 732 UINT8 avdt_scb_verify(tAVDT_CCB *p_ccb, UINT8 state, UINT8 *p_seid, UINT16 num_seid, UINT8 *p_err_c… in avdt_scb_verify() function
|