Searched refs:p_value (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
H A DphNxpConfig.h25 int GetNxpStrValue (const char* name, char* p_value, unsigned long len);
26 int GetNxpNumValue (const char* name, void* p_value, unsigned long len);
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1087 jbyte *p_value = env->GetByteArrayElements(value, NULL); local
1088 if (p_value == NULL) return;
1090 sGattIf->client->write_characteristic(conn_id, handle, write_type, len, auth_req, (char*)p_value);
1091 env->ReleaseByteArrayElements(value, p_value, 0);
1112 jbyte *p_value = env->GetByteArrayElements(value, NULL); local
1113 if (p_value == NULL) return;
1115 sGattIf->client->write_descriptor(conn_id, handle, write_type, len, auth_req, (char*)p_value);
1116 env->ReleaseByteArrayElements(value, p_value, 0);

Completed in 77 milliseconds