Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java115 static final String EXTRA_BT_OPP_ADDRESS = "android.nfc.handover.intent.extra.ADDRESS"; field in Constants
DBluetoothOppReceiver.java282 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, transInfo.mDestAddr); in onReceive()
DBluetoothOppObexServerSession.java671 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, destination); in onConnect()
DBluetoothOppNotification.java396 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, item.destination); in updateActiveNotification()