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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 232 void onBondStateChanged(BluetoothDevice device, int state)
258 Log.e(TAG, "Exception in onBondStateChanged : ", ee);
481 onBondStateChanged(mAdapter.getRemoteDevice(
BondStateMachine.java 260 mAdapterProperties.onBondStateChanged(device, newState);

Completed in 28 milliseconds