Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_utils.h30 WEAR_ACTION = 0, enumerator
H A Dbluetooth_device_manager.cpp162 case BluetoothDeviceAction::WEAR_ACTION: in SetMediaStack()
272 wearDetectionStateMap_[device.GetDeviceAddr()] = BluetoothDeviceAction::WEAR_ACTION; in HandleWearDevice()
351 wearStateIter->second == BluetoothDeviceAction::WEAR_ACTION) { in HandleWearEnable()
574 case BluetoothDeviceAction::WEAR_ACTION: in SetHfpStack()
687 wearDetectionStateMap_[device.GetDeviceAddr()] = BluetoothDeviceAction::WEAR_ACTION; in HandleWearDevice()
768 wearStateIter->second == BluetoothDeviceAction::WEAR_ACTION) { in HandleWearEnable()
808 return wearDetectionStateMap_[bluetoothRemoteDevice.GetDeviceAddr()] == WEAR_ACTION; in HandleUserSelection()
H A Daudio_bluetooth_manager.cpp273 …if (wearState == 1) MediaBluetoothDeviceManager::SetMediaStack(device, WEAR_ACTION); // 1 wear sta… in CheckA2dpDeviceReconnect()
401 … if (wearState == 1) HfpBluetoothDeviceManager::SetHfpStack(device, WEAR_ACTION); // 1 wear state in CheckHfpDeviceReconnect()