Searched refs:createBondOutOfBandNative (Results 1 – 3 of 3) sorted by relevance
836 static jboolean createBondOutOfBandNative(JNIEnv* env, jobject obj, in createBondOutOfBandNative() function1351 (void*)createBondOutOfBandNative},
320 result = mAdapterService.createBondOutOfBandNative(addr, transport, oobData); in createBond()
3091 native boolean createBondOutOfBandNative(byte[] address, int transport, OobData oobData); in createBondOutOfBandNative() method in AdapterService