Searched refs:leBtDeviceAddress (Results 1 – 1 of 1) sorted by relevance
855 jbyteArray leBtDeviceAddress = NULL; in createBondOutOfBandNative() local861 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()