Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc366 auto target_state = group->GetTargetState(); in ProcessGattCtpNotification() local
369 target_state != AseState::BTA_LE_AUDIO_ASE_STATE_STREAMING) { in ProcessGattCtpNotification()
373 group->group_id_, in_transition, ToString(target_state)); in ProcessGattCtpNotification()
401 group->group_id_, in_transition, ToString(target_state)); in ProcessGattCtpNotification()
1163 auto target_state = group->GetTargetState(); in ProcessHciNotifCisDisconnected() local
1164 switch (target_state) { in ProcessHciNotifCisDisconnected()
1245 bluetooth::common::ToString(target_state)); in ProcessHciNotifCisDisconnected()
1271 if (target_state == current_group_state) { in ProcessHciNotifCisDisconnected()
2993 void ScheduleAutonomousOperationTimer(AseState target_state, in ScheduleAutonomousOperationTimer() argument
2996 ase->autonomous_target_state_ = target_state; in ScheduleAutonomousOperationTimer()