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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java232 void onBondStateChanged(BluetoothDevice device, int state) method in class:AdapterProperties
258 Log.e(TAG, "Exception in onBondStateChanged : ", ee);
481 onBondStateChanged(mAdapter.getRemoteDevice(
H A DBondStateMachine.java260 mAdapterProperties.onBondStateChanged(device, newState);

Completed in 111 milliseconds