Searched refs:aclStateChangeCallback (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DJniCallbacks.java69 void aclStateChangeCallback(int status, byte[] address, int newState) { method in class:JniCallbacks
70 mRemoteDevices.aclStateChangeCallback(status, address, newState);
H A DRemoteDevices.java325 void aclStateChangeCallback(int status, byte[] address, int newState) { method in class:RemoteDevices
329 errorLog("aclStateChangeCallback: Device is NULL");
337 // errorLog("aclStateChangeCallback reported unknown device " + Arrays.toString(address));
346 debugLog("aclStateChangeCallback: State:Connected to Device:" + device);
359 debugLog("aclStateChangeCallback: State:DisConnected to Device:" + device);

Completed in 51 milliseconds