gatt_client_write_value_of_characteristic_without_response() function
Writes the characteristic value using the characteristic's value handle without an acknowledgment that the write was successfully performed.
Arguments
value
is copied on success and does not need to be retained
Return value
status BTSTACK_MEMORY_ALLOC_FAILED, if no GATT client for con_handle is found GATT_CLIENT_IN_WRONG_STATE , if GATT client is not ready BTSTACK_ACL_BUFFERS_FULL , if L2CAP cannot send, there are no free ACL slots ERROR_CODE_SUCCESS , if query is successfully registered