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.c604 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) in avrc_bld_notify_rsp()
605 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_bld_notify_rsp()
607 if (p_rsp->param.player_setting.num_attr > 0) in avrc_bld_notify_rsp()
609 UINT8_TO_BE_STREAM(p_data, p_rsp->param.player_setting.num_attr); in avrc_bld_notify_rsp()
611 for (xx=0; xx<p_rsp->param.player_setting.num_attr; xx++) in avrc_bld_notify_rsp()
613 if (avrc_is_valid_player_attrib_value(p_rsp->param.player_setting.attr_id[xx], in avrc_bld_notify_rsp()
614 p_rsp->param.player_setting.attr_value[xx])) in avrc_bld_notify_rsp()
616 UINT8_TO_BE_STREAM(p_data, p_rsp->param.player_setting.attr_id[xx]); in avrc_bld_notify_rsp()
617 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.h1302 tAVRC_PLAYER_APP_PARAM player_setting; member