Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1107 std::vector<uint8_t> vect_val(p_value, p_value + len); in gattClientWriteCharacteristicNative() local
1111 std::move(vect_val)); in gattClientWriteCharacteristicNative()
1134 std::vector<uint8_t> vect_val(p_value, p_value + len); in gattClientWriteDescriptorNative() local
1138 std::move(vect_val)); in gattClientWriteDescriptorNative()
1611 std::vector<uint8_t> vect_val((uint8_t*)array, (uint8_t*)array + val_len); in gattServerSendIndicationNative() local
1615 /*confirm*/ 1, std::move(vect_val)); in gattServerSendIndicationNative()
1626 std::vector<uint8_t> vect_val((uint8_t*)array, (uint8_t*)array + val_len); in gattServerSendNotificationNative() local
1630 /*confirm*/ 0, std::move(vect_val)); in gattServerSendNotificationNative()