Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp855 jbyteArray leBtDeviceAddress = NULL; in createBondOutOfBandNative() local
861 leBtDeviceAddress = callByteArrayGetter( in createBondOutOfBandNative()
863 if (leBtDeviceAddress != NULL) { in createBondOutOfBandNative()
864 leBtDeviceAddressBytes = env->GetByteArrayElements(leBtDeviceAddress, NULL); in createBondOutOfBandNative()
865 int len = env->GetArrayLength(leBtDeviceAddress); in createBondOutOfBandNative()
926 if (leBtDeviceAddress != NULL) in createBondOutOfBandNative()
927 env->ReleaseByteArrayElements(leBtDeviceAddress, leBtDeviceAddressBytes, 0); in createBondOutOfBandNative()