diff --git a/BluetoothLEExplorer/BluetoothLEExplorer/Services/GattUuidsService/GattUuidsService.cs b/BluetoothLEExplorer/BluetoothLEExplorer/Services/GattUuidsService/GattUuidsService.cs index 214a2e9..6567770 100644 --- a/BluetoothLEExplorer/BluetoothLEExplorer/Services/GattUuidsService/GattUuidsService.cs +++ b/BluetoothLEExplorer/BluetoothLEExplorer/Services/GattUuidsService/GattUuidsService.cs @@ -147,6 +147,7 @@ public enum GattServiceUuid : ushort TelephoneBearerService = 0x184B, GenericTelephoneBearerService = 0x184C, MicrophoneControl = 0x184D, + BroadcastAudioScan = 0x184F, } /// @@ -409,6 +410,8 @@ public enum GattCharacteristicUuid : ushort IncomingCall = 0x2BC1, CallFriendlyName = 0x2BC2, Mute = 0x2BC3, + BroadcastAudioScanControlPoint = 0x2BC7, + BroadcastReceiveState = 0x2BC8, SimpleKeyState = 0xFFE1, }