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

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 212 Boolean regStatus = mGattServer.registerCallback(callback);
213 return regStatus? mGattServer : null;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 235 int regStatus = convertHalRegStatus(msg.arg2);
236 callStatusCallback(appConfig, regStatus);
237 if (regStatus == BluetoothHealth.APP_CONFIG_REGISTRATION_FAILURE ||
238 regStatus == BluetoothHealth.APP_CONFIG_UNREGISTRATION_SUCCESS) {
    [all...]

Completed in 119 milliseconds