#include "device/bluetooth/test/mock_bluetooth_gatt_service.h"
#include <memory>
#include <utility>
#include "device/bluetooth/test/mock_bluetooth_device.h"
Return;
Invoke;
_;
namespace device {
MockBluetoothGattService::MockBluetoothGattService(
MockBluetoothDevice* device,
const std::string& identifier,
const BluetoothUUID& uuid,
bool is_primary) { … }
MockBluetoothGattService::~MockBluetoothGattService() = default;
void MockBluetoothGattService::AddMockCharacteristic(
std::unique_ptr<MockBluetoothGattCharacteristic> mock_characteristic) { … }
}