Searched refs:mBluetoothLe (Results 1 – 6 of 6) sorted by relevance
57 if (!mBluetoothLe) { in getBluetoothLe()58 mBluetoothLe = ndk::SharedRefBase::make<BluetoothLe>(); in getBluetoothLe()60 *_aidl_return = mBluetoothLe.getInstance(); in getBluetoothLe()
47 ChildInterface<IBluetoothLe> mBluetoothLe; variable
64 const std::weak_ptr<IBluetoothLe> mBluetoothLe; variable
91 ChildInterface<BluetoothLe> mBluetoothLe; variable
117 if (!mBluetoothLe) { in getBtLe()120 mBluetoothLe = handle; in getBtLe()122 return mBluetoothLe; in getBtLe()
61 mBluetoothLe(std::move(std::get<ModuleBluetooth::BtInterface::BTLE>(btHandles))), in StreamBluetooth()218 auto btLe = mBluetoothLe.lock(); in bluetoothParametersUpdated()