Searched refs:vect_val (Results 1 – 1 of 1) sorted by relevance
1107 std::vector<uint8_t> vect_val(p_value, p_value + len); in gattClientWriteCharacteristicNative() local1111 std::move(vect_val)); in gattClientWriteCharacteristicNative()1134 std::vector<uint8_t> vect_val(p_value, p_value + len); in gattClientWriteDescriptorNative() local1138 std::move(vect_val)); in gattClientWriteDescriptorNative()1611 std::vector<uint8_t> vect_val((uint8_t*)array, (uint8_t*)array + val_len); in gattServerSendIndicationNative() local1615 /*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() local1630 /*confirm*/ 0, std::move(vect_val)); in gattServerSendNotificationNative()