Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1220 jbyte* uuidBytes = nullptr; in connectSocketNative() local
1250 jbyte* uuidBytes = nullptr; in createSocketChannelNative() local
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java181 SdpSearchInstance getSearchInstance(byte[] address, byte[] uuidBytes) { in getSearchInstance()