Home
last modified time | relevance | path

Searched refs:UUID_GTBS (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java62 @VisibleForTesting public static final UUID UUID_GTBS = makeUuid("184C"); field in TbsGatt
361 new BluetoothGattService(UUID_GTBS, BluetoothGattService.SERVICE_TYPE_PRIMARY); in init()
982 BluetoothGattService gattService = mBluetoothGattServer.getService(UUID_GTBS); in restoreCccValuesForStoredDevices()
1438 BluetoothGattService gattService = mBluetoothGattServer.getService(UUID_GTBS); in onDeviceAuthorizationSet()
DTbsGeneric.java170 new ParcelUuid(TbsGatt.UUID_GTBS), in init()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java4169 && userUuid.getUuid() != TbsGatt.UUID_GTBS) { in setCcidInformation()