Home
last modified time | relevance | path

Searched refs:num_evt_ids (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc815 for (xx = 0; xx < bta_av_cfg.num_evt_ids; xx++) { in bta_av_chk_notif_evt_id()
820 for (xx = 0; xx < get_bta_avk_cfg()->num_evt_ids; xx++) { in bta_av_chk_notif_evt_id()
828 for (xx = 0; xx < p_bta_av_cfg->num_evt_ids; xx++) { in bta_av_chk_notif_evt_id()
833 if (xx == p_bta_av_cfg->num_evt_ids) { in bta_av_chk_notif_evt_id()
848 p_rc_rsp->get_caps.count = p_src_cfg->num_evt_ids; in bta_av_proc_rsp()
850 p_src_cfg->num_evt_ids); in bta_av_proc_rsp()
855 p_rc_rsp->get_caps.count += get_bta_avk_cfg()->num_evt_ids; in bta_av_proc_rsp()
858 for (i = 0; i < get_bta_avk_cfg()->num_evt_ids && in bta_av_proc_rsp()
945 p_rc_rsp->get_caps.count = p_bta_av_cfg->num_evt_ids; in bta_av_proc_meta_cmd()
947 p_bta_av_cfg->p_meta_evt_ids, p_bta_av_cfg->num_evt_ids); in bta_av_proc_meta_cmd()
/packages/modules/Bluetooth/system/bta/include/
Dbta_av_api.h395 uint8_t num_evt_ids; /* event id count in p_meta_evt_ids */ member