Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java122 private final GattCharacteristic mCallControlPointOptionalOpcodesCharacteristic; field in TbsGatt
301 mCallControlPointOptionalOpcodesCharacteristic = in TbsGatt()
371 gattService.addCharacteristic(mCallControlPointOptionalOpcodesCharacteristic); in init()
885 mCallControlPointOptionalOpcodesCharacteristic.setValue(value); in setCallControlPointOptionalOpcodes()
1403 return mCallControlPointOptionalOpcodesCharacteristic; in getLocalCharacteristicWrapper()