Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dp2p_iface.h66 Return<void> getDeviceAddress(getDeviceAddress_cb _hidl_cb) override;
Dp2p_iface.cpp118 Return<void> P2pIface::getDeviceAddress(getDeviceAddress_cb _hidl_cb) in getDeviceAddress() function in android::hardware::wifi::supplicant::V1_0::implementation::P2pIface
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothLeScanFacade.java501 return mScanFilterList.get(index).get(filterIndex).getDeviceAddress(); in bleGetScanFilterDeviceAddress()