#include "device/bluetooth/bluez/bluetooth_service_record_bluez.h"
#include <utility>
#include "base/containers/contains.h"
#include "base/values.h"
namespace bluez {
BluetoothServiceRecordBlueZ::BluetoothServiceRecordBlueZ() = default;
BluetoothServiceRecordBlueZ::BluetoothServiceRecordBlueZ(
const BluetoothServiceRecordBlueZ& record) { … }
BluetoothServiceRecordBlueZ::~BluetoothServiceRecordBlueZ() = default;
const std::vector<uint16_t> BluetoothServiceRecordBlueZ::GetAttributeIds()
const { … }
const BluetoothServiceAttributeValueBlueZ&
BluetoothServiceRecordBlueZ::GetAttributeValue(uint16_t attribute_id) const { … }
void BluetoothServiceRecordBlueZ::AddRecordEntry(
uint16_t id,
const BluetoothServiceAttributeValueBlueZ& value) { … }
bool BluetoothServiceRecordBlueZ::IsAttributePresented(uint16_t id) const { … }
}