Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp401 … if (wearState == 1) HfpBluetoothDeviceManager::SetHfpStack(device, WEAR_ACTION); // 1 wear state in CheckHfpDeviceReconnect()
683 HfpBluetoothDeviceManager::SetHfpStack(device, BluetoothDeviceAction::CONNECTING_ACTION); in OnConnectionStateChanged()
686 HfpBluetoothDeviceManager::SetHfpStack(device, BluetoothDeviceAction::CONNECT_ACTION); in OnConnectionStateChanged()
695 HfpBluetoothDeviceManager::SetHfpStack(device, BluetoothDeviceAction::DISCONNECT_ACTION); in OnConnectionStateChanged()
702 HfpBluetoothDeviceManager::SetHfpStack(device, action); in OnHfpStackChanged()
709 HfpBluetoothDeviceManager::SetHfpStack(BluetoothRemoteDevice(macAddress), in OnVirtualDeviceChanged()
713 HfpBluetoothDeviceManager::SetHfpStack(BluetoothRemoteDevice(macAddress), in OnVirtualDeviceChanged()
H A Dbluetooth_device_manager.h90 static void SetHfpStack(const BluetoothRemoteDevice &device, int action);
H A Dbluetooth_device_manager.cpp562 void HfpBluetoothDeviceManager::SetHfpStack(const BluetoothRemoteDevice &device, int action) in SetHfpStack() function in OHOS::Bluetooth::HfpBluetoothDeviceManager