Loading android/app/src/com/android/bluetooth/gatt/GattService.java +1 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,7 @@ public class GattService extends ProfileService { UUID.fromString("0000184E-0000-1000-8000-00805F9B34FB"), // ASCS UUID.fromString("0000184F-0000-1000-8000-00805F9B34FB"), // BASS UUID.fromString("00001854-0000-1000-8000-00805F9B34FB"), // HAP UUID.fromString("00001846-0000-1000-8000-00805F9B34FB"), // CSIS }; /** Loading Loading
android/app/src/com/android/bluetooth/gatt/GattService.java +1 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,7 @@ public class GattService extends ProfileService { UUID.fromString("0000184E-0000-1000-8000-00805F9B34FB"), // ASCS UUID.fromString("0000184F-0000-1000-8000-00805F9B34FB"), // BASS UUID.fromString("00001854-0000-1000-8000-00805F9B34FB"), // HAP UUID.fromString("00001846-0000-1000-8000-00805F9B34FB"), // CSIS }; /** Loading