Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java117 private final GattCharacteristic mBearerListCurrentCallsCharacteristic; field in TbsGatt
277 mBearerListCurrentCallsCharacteristic = in TbsGatt()
366 gattService.addCharacteristic(mBearerListCurrentCallsCharacteristic); in init()
788 return mBearerListCurrentCallsCharacteristic.setValue(stream.toByteArray()); in setBearerListCurrentCalls()
1393 return mBearerListCurrentCallsCharacteristic; in getLocalCharacteristicWrapper()