HomeSort by relevance Sort by last modified time
    Searched refs:rc_id (Results 1 - 6 of 6) sorted by null

  /system/bt/bta/include/
bta_av_api.h 357 tBTA_AV_RC rc_id; member in struct:__anon113048
368 tBTA_AV_RC rc_id; member in struct:__anon113049
661 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
668 * Description Send a remote control command with Vendor Unique rc_id.
  /system/bt/bta/av/
bta_av_act.cc 407 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) {
412 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) {
416 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) {
420 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F))) {
890 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id;
903 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id;
    [all...]
bta_av_api.cc 384 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
391 p_buf->msg.op_id = rc_id;
404 * Description Send a remote control command with Vendor Unique rc_id.
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1070 static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id,
1096 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1100 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1105 os_memcmp(pos, rc_id, rc_len) == 0)
1113 const u8 *rc_id, size_t rc_len)
1129 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1139 const u8 *rc_id, size_t rc_len)
1141 return roaming_consortium_element_match(ie, rc_id, rc_len) ||
1142 roaming_consortium_anqp_match(anqp, rc_id, rc_len);
    [all...]
  /system/bt/btif/src/
btif_rc.cc 706 * - Argument: tBTA_AV_RC rc_id remote control command ID
728 BTIF_TRACE_DEBUG("%s: p_remote_cmd->rc_id: %d", __func__,
729 p_remote_cmd->rc_id);
733 if ((p_remote_cmd->rc_id == BTA_AV_RC_PLAY) && (!btif_av_is_connected())) {
743 if ((p_remote_cmd->rc_id == BTA_AV_RC_PAUSE) && (p_dev->rc_pending_play)) {
750 if ((p_remote_cmd->rc_id == BTA_AV_RC_STOP) &&
759 BTIF_TRACE_DEBUG("%s: rc_features: %d, cmd->rc_id: %d, pressed: %d", __func__,
760 p_dev->rc_features, p_remote_cmd->rc_id, pressed);
761 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed,
792 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id
    [all...]
btif_av.cc 786 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY)) {
    [all...]

Completed in 1547 milliseconds