typedef void (* vm_bt_gatt_read_characteristic_callback)(vm_bt_gatt_connection_t* connection, VMBOOL has_error, vm_bt_gatt_client_characteristic_t* ch, vm_bt_gatt_attribute_value_t* value);
typedef void (* vm_bt_gatt_read_characteristic_callback)(vm_bt_gatt_connection_t* connection, VMBOOL has_error, vm_bt_gatt_client_characteristic_t* ch, vm_bt_gatt_attribute_value_t* value);
Read characteristic value confirm callback
|
Parameters |
Description |
|
context |
[IN] Connection context, profile can get it within connect callback. |
|
has_error |
[IN] Non-zero indicates an error, otherwise its a success. |
|
ch |
[IN] Characteristic information. |
|
value |
[IN] Characteristic value. |
void
vmbt_gatt.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.