Home
last modified time | relevance | path

Searched refs:rc_id (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h357 tBTA_AV_RC rc_id; member
368 tBTA_AV_RC rc_id; member
661 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
/system/bt/bta/av/
Dbta_av_act.cc408 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) { in bta_av_op_supported() argument
413 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
417 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
421 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
896 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
909 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
Dbta_av_api.cc384 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd() argument
391 p_buf->msg.op_id = rc_id; in BTA_AvRemoteCmd()
/system/bt/btif/src/
Dbtif_rc.cc730 p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
734 if ((p_remote_cmd->rc_id == BTA_AV_RC_PLAY) && (!btif_av_is_connected())) { in handle_rc_passthrough_cmd()
744 if ((p_remote_cmd->rc_id == BTA_AV_RC_PAUSE) && (p_dev->rc_pending_play)) { in handle_rc_passthrough_cmd()
751 if ((p_remote_cmd->rc_id == BTA_AV_RC_STOP) && in handle_rc_passthrough_cmd()
761 p_dev->rc_features, p_remote_cmd->rc_id, pressed); in handle_rc_passthrough_cmd()
762 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed, in handle_rc_passthrough_cmd()
793 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id, in handle_rc_passthrough_rsp()
799 p_remote_rsp->rc_id, p_remote_rsp->key_state); in handle_rc_passthrough_rsp()
985 p_data->remote_cmd.rc_id, in btif_rc_handler()
996 p_data->remote_rsp.rc_id, p_data->remote_rsp.key_state); in btif_rc_handler()
[all …]
Dbtif_av.cc786 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY)) { in btif_av_state_opened_handler()