mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-05 00:40:19 +00:00
gat_client: update API docu for gatt_client_write_client_characteristic_configuration function
This commit is contained in:
parent
b08c8c4999
commit
6b04f67595
@ -682,6 +682,7 @@ uint8_t gatt_client_write_long_characteristic_descriptor_using_descriptor_handle
|
||||
* GATT_CLIENT_IN_WRONG_STATE if GATT client is not ready
|
||||
* GATT_CLIENT_CHARACTERISTIC_NOTIFICATION_NOT_SUPPORTED if configuring notification, but characteristic has no notification property set
|
||||
* GATT_CLIENT_CHARACTERISTIC_INDICATION_NOT_SUPPORTED if configuring indication, but characteristic has no indication property set
|
||||
* ERROR_CODE_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE if configuration is invalid
|
||||
* ERROR_CODE_SUCCESS if query is successfully registered
|
||||
*/
|
||||
uint8_t gatt_client_write_client_characteristic_configuration(btstack_packet_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_t * characteristic, uint16_t configuration);
|
||||
|
Loading…
x
Reference in New Issue
Block a user