Home
last modified time | relevance | path

Searched defs:macBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_nan_WifiNanNative.cpp129 JNIObject<jbyteArray> macBytes = helper.newByteArray(6); in OnNanEventMatch() local
165 JNIObject<jbyteArray> macBytes = helper.newByteArray(6); in OnNanEventFollowup() local
184 JNIObject<jbyteArray> macBytes = helper.newByteArray(6); in OnNanEventDiscEngEvent() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java3815 String[] macBytes = macString.split(":"); in macAddressFromString() local