Searched refs:SetHfpStack (Results 1 – 3 of 3) sorted by relevance
401 … 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()
90 static void SetHfpStack(const BluetoothRemoteDevice &device, int action);
562 void HfpBluetoothDeviceManager::SetHfpStack(const BluetoothRemoteDevice &device, int action) in SetHfpStack() function in OHOS::Bluetooth::HfpBluetoothDeviceManager