HomeSort by relevance Sort by last modified time
    Searched refs:mGattServer (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 88 private BluetoothGattServer mGattServer;
102 mGattServer = mBluetoothManager.openGattServer(this, mCallbacks);
104 if (mGattServer != null) {
105 mGattServer.addService(mService);
111 if (mGattServer == null) {
131 if (mGattServer == null) {
134 if (mDevice != null) mGattServer.cancelConnection(mDevice);
135 mGattServer.close();
246 if (mGattServer == null) {
256 mGattServer.notifyCharacteristicChanged(mDevice, characteristic, false)
    [all...]
BleAdvertiserService.java 103 private BluetoothGattServer mGattServer;
121 mGattServer = mBluetoothManager.openGattServer(getApplicationContext(),
  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 236 BluetoothGattServer mGattServer = new BluetoothGattServer(context, iGatt,transport);
237 Boolean regStatus = mGattServer.registerCallback(callback);
238 return regStatus? mGattServer : null;

Completed in 145 milliseconds