Searched refs:p_remote_rsp (Results 1 – 1 of 1) sorted by relevance
786 void handle_rc_passthrough_rsp(tBTA_AV_REMOTE_RSP* p_remote_rsp) { in handle_rc_passthrough_rsp() argument789 p_dev = btif_rc_get_device_by_handle(p_remote_rsp->rc_handle); in handle_rc_passthrough_rsp()803 const char* status = (p_remote_rsp->key_state == 1) ? "released" : "pressed"; in handle_rc_passthrough_rsp()804 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id, in handle_rc_passthrough_rsp()807 release_transaction(p_remote_rsp->label); in handle_rc_passthrough_rsp()812 p_remote_rsp->rc_id, p_remote_rsp->key_state)); in handle_rc_passthrough_rsp()824 void handle_rc_vendorunique_rsp(tBTA_AV_REMOTE_RSP* p_remote_rsp) { in handle_rc_vendorunique_rsp() argument829 p_dev = btif_rc_get_device_by_handle(p_remote_rsp->rc_handle); in handle_rc_vendorunique_rsp()838 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) { in handle_rc_vendorunique_rsp()846 if (p_remote_rsp->len > 0) { in handle_rc_vendorunique_rsp()[all …]