#include "third_party/blink/renderer/modules/bluetooth/bluetooth_characteristic_properties.h"
namespace blink {
bool BluetoothCharacteristicProperties::broadcast() const { … }
bool BluetoothCharacteristicProperties::read() const { … }
bool BluetoothCharacteristicProperties::writeWithoutResponse() const { … }
bool BluetoothCharacteristicProperties::write() const { … }
bool BluetoothCharacteristicProperties::notify() const { … }
bool BluetoothCharacteristicProperties::indicate() const { … }
bool BluetoothCharacteristicProperties::authenticatedSignedWrites() const { … }
bool BluetoothCharacteristicProperties::reliableWrite() const { … }
bool BluetoothCharacteristicProperties::writableAuxiliaries() const { … }
BluetoothCharacteristicProperties::BluetoothCharacteristicProperties(
uint32_t device_properties) { … }
}