Home
last modified time | relevance | path

Searched refs:AVRC_CMD_CTRL (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/avrc/
Davrc_utils.c65 if (avc_type == AVRC_CMD_CTRL) in AVRC_IsValidAvcType()
Davrc_api.c493 AVRC_MsgReq (handle, (UINT8)(label), AVRC_CMD_CTRL, p_cmd); in avrc_proc_far_msg()
507 AVRC_MsgReq (handle, (UINT8)(label), AVRC_CMD_CTRL, p_cmd); in avrc_proc_far_msg()
1087 p_msg->hdr.ctype = AVRC_CMD_CTRL; in AVRC_PassCmd()
/system/bt/bta/include/
Dbta_av_api.h201 #define BTA_AV_CMD_CTRL AVRC_CMD_CTRL
/system/bt/stack/include/
Davrc_defs.h49 #define AVRC_CMD_CTRL 0 /* Instruct a target to perform an operation */ macro
/system/bt/btif/src/
Dbtif_rc.c1177 remote_cmd.hdr.ctype = AVRC_CMD_CTRL; in btif_rc_check_handle_pending_play()
1804 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_CTRL, p_msg); in set_volume()
3525 BTA_AvVendorCmd(btif_rc_cb.rc_handle,p_transaction->lbl,AVRC_CMD_CTRL, in change_player_app_setting()
/system/bt/bta/av/
Dbta_av_act.c884 if ((p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_CTRL) || in bta_av_rc_msg()