typedef void (* vm_bt_gatt_request_read_callback)(vm_bt_gatt_connection_t* connection, VMUINT16 transmit_id, vm_bt_gatt_address_t* gatt_address, VM_BT_GATT_CHARACTERISTIC_HANDLE attr_handle, VMUINT16 offset, VMBOOL is_long);
typedef void (* vm_bt_gatt_request_read_callback)(vm_bt_gatt_connection_t* connection, VMUINT16 transmit_id, vm_bt_gatt_address_t* gatt_address, VM_BT_GATT_CHARACTERISTIC_HANDLE attr_handle, VMUINT16 offset, VMBOOL is_long);
Client read characteristic request indication
|
Parameters |
Description |
|
connection |
[IN] Connection context from vm_bt_gatt_connection_callback. |
|
transmit_id |
[IN] Transaction ID (used when sending a response). |
|
gatt_address |
[IN] Bluetooth address. |
|
attr_handle |
[IN] Attribute handle. |
|
offset |
[IN] Read offset. |
|
is_long |
[IN] True: Read long(characteristic/descriptor), False: not long |
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.