Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/avrc/
Davrc_bld_tg.c614 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) in avrc_bld_notify_rsp()
615 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_bld_notify_rsp()
617 if (p_rsp->param.player_setting.num_attr > 0) in avrc_bld_notify_rsp()
619 UINT8_TO_BE_STREAM(p_data, p_rsp->param.player_setting.num_attr); in avrc_bld_notify_rsp()
621 for (xx=0; xx<p_rsp->param.player_setting.num_attr; xx++) in avrc_bld_notify_rsp()
623 if (avrc_is_valid_player_attrib_value(p_rsp->param.player_setting.attr_id[xx], in avrc_bld_notify_rsp()
624 p_rsp->param.player_setting.attr_value[xx])) in avrc_bld_notify_rsp()
626 UINT8_TO_BE_STREAM(p_data, p_rsp->param.player_setting.attr_id[xx]); in avrc_bld_notify_rsp()
627 UINT8_TO_BE_STREAM(p_data, p_rsp->param.player_setting.attr_value[xx]); in avrc_bld_notify_rsp()
/external/bluetooth/bluedroid/stack/include/
Davrc_defs.h1300 tAVRC_PLAYER_APP_PARAM player_setting; member