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.c302 if ((p_remote_cmd->rc_id == BTA_AV_RC_PLAY) && (!btif_av_is_connected())) in handle_rc_passthrough_cmd()
312 if ((p_remote_cmd->rc_id == BTA_AV_RC_PAUSE) && (btif_rc_cb.rc_pending_play)) in handle_rc_passthrough_cmd()
334 if((p_remote_cmd->rc_id == BTA_AV_RC_PLAY || p_remote_cmd->rc_id == BTA_AV_RC_PAUSE)&& in handle_rc_passthrough_cmd()
339 __FUNCTION__,p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
344 if (p_remote_cmd->rc_id == key_map[i].avrcp) { in handle_rc_passthrough_cmd()
378 p_remote_cmd->rc_id, status); in handle_rc_passthrough_cmd()
425 BTIF_TRACE_DEBUG2("rc_id:0x%x key_state:%d", p_data->remote_cmd.rc_id, in btif_rc_handler()
471 remote_cmd.rc_id = AVRC_ID_PLAY; in btif_rc_check_handle_pending_play()
Dbtif_av.c457 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY) ) in btif_av_state_opened_handler()
/external/bluetooth/bluedroid/bta/include/
Dbta_av_api.h366 tBTA_AV_RC rc_id; member
378 tBTA_AV_RC rc_id; member
674 BTA_API void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c871 static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id, in roaming_consortium_element_match() argument
897 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
901 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
906 os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
914 const u8 *rc_id, size_t rc_len) in roaming_consortium_anqp_match() argument
930 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_anqp_match()
940 const u8 *rc_id, size_t rc_len) in roaming_consortium_match() argument
942 return roaming_consortium_element_match(ie, rc_id, rc_len) || in roaming_consortium_match()
943 roaming_consortium_anqp_match(anqp, rc_id, rc_len); in roaming_consortium_match()
/external/bluetooth/bluedroid/bta/av/
Dbta_av_act.c399 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id) in bta_av_op_supported() argument
405 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) in bta_av_op_supported()
411 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F))) in bta_av_op_supported()
851 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
864 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()