Searched refs:rc_id (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/include/ |
D | bta_av_api.h | 357 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/ |
D | bta_av_act.cc | 408 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()
|
D | bta_av_api.cc | 384 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/ |
D | btif_rc.cc | 730 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 …]
|
D | btif_av.cc | 786 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY)) { in btif_av_state_opened_handler()
|