18 MBL_MW_GATT_CHAR_WRITE_WITH_RESPONSE = 0,
19 MBL_MW_GATT_CHAR_WRITE_WITHOUT_RESPONSE
63 const uint8_t* value, uint8_t length);
void(* MblMwFnVoidVoidPtrInt)(const void *caller, int32_t value)
Definition for callback functions that accept a void pointer and an int32.
Definition: btle_connection.h:44
UUIDs identifying a gatt characteristic and its parent service.
Definition: btle_connection.h:25
uint64_t uuid_high
High 64 bits of the characteristic uuid.
Definition: btle_connection.h:28
uint64_t uuid_low
Low 64 bits of the characteristic uuid.
Definition: btle_connection.h:29
Wrapper class containing functions for communicating with the MetaWear through a Bluetooth Low Energy...
Definition: btle_connection.h:49
uint64_t service_uuid_low
Low 64 bits of the parent service uuid.
Definition: btle_connection.h:27
int32_t(* MblMwFnIntVoidPtrArray)(const void *caller, const uint8_t *start, uint8_t length)
Definition for callback functions that accept a void pointer and byte array.
Definition: btle_connection.h:38
uint64_t service_uuid_high
High 64 bits of the parent service uuid.
Definition: btle_connection.h:26
MblMwGattCharWriteType
Write types for the GATT characteristic.
Definition: btle_connection.h:17
void * context
Provides the calling function the ability to pass any context specific data required.
Definition: btle_connection.h:53