Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_rc.c371 if ((p_remote_cmd->rc_id == BTA_AV_RC_PLAY) && (!btif_av_is_connected())) in handle_rc_passthrough_cmd()
381 if ((p_remote_cmd->rc_id == BTA_AV_RC_PAUSE) && (btif_rc_cb.rc_pending_play)) in handle_rc_passthrough_cmd()
403 if((p_remote_cmd->rc_id == BTA_AV_RC_PLAY || p_remote_cmd->rc_id == BTA_AV_RC_PAUSE)&& in handle_rc_passthrough_cmd()
408 __FUNCTION__,p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
413 if (p_remote_cmd->rc_id == key_map[i].avrcp) { in handle_rc_passthrough_cmd()
443 p_remote_cmd->rc_id, status); in handle_rc_passthrough_cmd()
565 BTIF_TRACE_DEBUG2("rc_id:0x%x key_state:%d", p_data->remote_cmd.rc_id, in btif_rc_handler()
629 remote_cmd.rc_id = AVRC_ID_PLAY; in btif_rc_check_handle_pending_play()
Dbtif_av.c459 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY) ) in btif_av_state_opened_handler()
/external/bluetooth/bluedroid/bta/include/
Dbta_av_api.h367 tBTA_AV_RC rc_id; member
379 tBTA_AV_RC rc_id; member
677 BTA_API void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
/external/bluetooth/bluedroid/bta/av/
Dbta_av_act.c407 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, BOOLEAN is_inquiry) in bta_av_op_supported() argument
415 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) in bta_av_op_supported()
422 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) in bta_av_op_supported()
428 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F))) in bta_av_op_supported()
904 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
917 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
Dbta_av_api.c380 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state) in BTA_AvRemoteCmd() argument
388 p_buf->msg.op_id = rc_id; in BTA_AvRemoteCmd()
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c853 static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id, in roaming_consortium_element_match() argument
879 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
883 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
888 os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
896 const u8 *rc_id, size_t rc_len) in roaming_consortium_anqp_match() argument
912 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_anqp_match()
922 const u8 *rc_id, size_t rc_len) in roaming_consortium_match() argument
924 return roaming_consortium_element_match(ie, rc_id, rc_len) || in roaming_consortium_match()
925 roaming_consortium_anqp_match(anqp, rc_id, rc_len); in roaming_consortium_match()