Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1609 int val_len = env->GetArrayLength(val); in gattServerSendIndicationNative() local
1611 std::vector<uint8_t> vect_val((uint8_t*)array, (uint8_t*)array + val_len); in gattServerSendIndicationNative()
1624 int val_len = env->GetArrayLength(val); in gattServerSendNotificationNative() local
1626 std::vector<uint8_t> vect_val((uint8_t*)array, (uint8_t*)array + val_len); in gattServerSendNotificationNative()