typedef void (* vm_bt_gatt_notify_callback)(vm_bt_gatt_connection_t* connection, vm_bt_gatt_address_t* gatt_address, vm_bt_gatt_client_characteristic_t* ch, vm_bt_gatt_attribute_value_t* value, VMBOOL is_notify);
typedef void (* vm_bt_gatt_notify_callback)(vm_bt_gatt_connection_t* connection, vm_bt_gatt_address_t* gatt_address, vm_bt_gatt_client_characteristic_t* ch, vm_bt_gatt_attribute_value_t* value, VMBOOL is_notify);
Remote device notification callback, invoked when a remote device sends a notification or indication that a client has registered.
|
Parameters |
Description |
|
connection |
[IN] Connection context from vm_bt_gatt_connection_callback. |
|
gatt_address |
[IN] Address of the remote device. |
|
ch |
[IN] Characteristic information. |
|
value |
[IN] Characteristic value. |
|
is_notify |
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.