Searched refs:mGattServer (Results 1 – 2 of 2) sorted by relevance
88 private BluetoothGattServer mGattServer; field in BleServerService102 mGattServer = mBluetoothManager.openGattServer(this, mCallbacks); in onCreate()104 if (mGattServer != null) { in onCreate()105 mGattServer.addService(mService); in onCreate()111 if (mGattServer == null) { in onCreate()131 if (mGattServer == null) { in onDestroy()134 if (mDevice != null) mGattServer.cancelConnection(mDevice); in onDestroy()135 mGattServer.close(); in onDestroy()246 if (mGattServer == null) { in beginNotification()256 mGattServer.notifyCharacteristicChanged(mDevice, characteristic, false); in beginNotification()[all …]
103 private BluetoothGattServer mGattServer; field in BleAdvertiserService121 mGattServer = mBluetoothManager.openGattServer(getApplicationContext(), in onCreate()