Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DBlePeripheralManager.java90 private BluetoothGattService mBluetoothGattService; field in BlePeripheralManager
182 mBluetoothGattService = service; in startAdvertising()
261 gattServer.addService(mBluetoothGattService); in openGattServer()
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java79 private BluetoothGattService mBluetoothGattService; field in BleManager
108 mBluetoothGattService = service; in startAdvertising()
124 mGattServer.addService(mBluetoothGattService); in openGattServer()