Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DOobData.java31 private byte[] mLeBluetoothDeviceAddress; field in OobData
37 return mLeBluetoothDeviceAddress; in getLeBluetoothDeviceAddress()
46 mLeBluetoothDeviceAddress = leBluetoothDeviceAddress; in setLeBluetoothDeviceAddress()
82 mLeBluetoothDeviceAddress = in.createByteArray(); in OobData()
95 out.writeByteArray(mLeBluetoothDeviceAddress); in writeToParcel()