Searched refs:SetHfpStack (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.cpp | 398 if (wearState == 1) HfpBluetoothDeviceManager::SetHfpStack(device, WEAR_ACTION); // 1 wear state in CheckHfpDeviceReconnect() 671 HfpBluetoothDeviceManager::SetHfpStack(device, BluetoothDeviceAction::CONNECTING_ACTION); in OnConnectionStateChanged() 674 HfpBluetoothDeviceManager::SetHfpStack(device, BluetoothDeviceAction::CONNECT_ACTION); in OnConnectionStateChanged() 683 HfpBluetoothDeviceManager::SetHfpStack(device, BluetoothDeviceAction::DISCONNECT_ACTION); in OnConnectionStateChanged() 691 HfpBluetoothDeviceManager::SetHfpStack(device, action); in OnHfpStackChanged() 698 HfpBluetoothDeviceManager::SetHfpStack(BluetoothRemoteDevice(macAddress), in OnVirtualDeviceChanged() 702 HfpBluetoothDeviceManager::SetHfpStack(BluetoothRemoteDevice(macAddress), in OnVirtualDeviceChanged()
|
H A D | bluetooth_device_manager.h | 90 static void SetHfpStack(const BluetoothRemoteDevice &device, int action);
|
H A D | bluetooth_device_manager.cpp | 558 void HfpBluetoothDeviceManager::SetHfpStack(const BluetoothRemoteDevice &device, int action) in SetHfpStack() function in OHOS::Bluetooth::HfpBluetoothDeviceManager 601 AUDIO_ERR_LOG("SetHfpStack failed due to the unknow action: %{public}d", action); in SetHfpStack()
|
Completed in 4 milliseconds