Searched defs: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.java362 void aclStateChangeCallback(int status, byte[] address, int newState) { method in class:RemoteDevices
366 errorLog("aclStateChangeCallback: Device is NULL");
374 // errorLog("aclStateChangeCallback reported unknown device " + Arrays.toString(address));
383 debugLog("aclStateChangeCallback: State:Connected to Device:" + device);
396 debugLog("aclStateChangeCallback: State:DisConnected to Device:" + device);

Completed in 58 milliseconds