#include "bluetooth/bluetooth_le_adapter.h"
#include "common/logger.h"
+#include "common/optional.h"
#include "common/tools.h"
#include "bluetooth/bluetooth_instance.h"
#include "bluetooth/bluetooth_le_device.h"
#include "bluetooth/bluetooth_privilege.h"
#include "bluetooth/bluetooth_util.h"
-using common::optional;
namespace extension {
namespace bluetooth {
return data_;
}
- static optional<BluetoothLEServiceData> Construct(const picojson::value& service_data_obj) {
+ static common::optional<BluetoothLEServiceData> Construct(const picojson::value& service_data_obj) {
ScopeLogger();
const auto& data = service_data_obj.get(kData);