Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java118 private final GattCharacteristic mContentControlIdCharacteristic; field in TbsGatt
283 mContentControlIdCharacteristic = in TbsGatt()
345 mContentControlIdCharacteristic.setValue(ccid, BluetoothGattCharacteristic.FORMAT_UINT8, 0); in init()
367 gattService.addCharacteristic(mContentControlIdCharacteristic); in init()
1395 return mContentControlIdCharacteristic; in getLocalCharacteristicWrapper()