Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java251 Boolean regStatus = mGattServer.registerCallback(callback); in openGattServer() local
252 return regStatus ? mGattServer : null; in openGattServer()