1#ifndef KINDLE_BT_UTILS_H
2#define KINDLE_BT_UTILS_H
13uint16_t utilsConvertHexStrToByteArray(
char* input, uint8_t* output);
31void setGattBlobFromBytes(
aceBT_bdAddr_t bdAddr_t
Bluetooth address.
ace_status_t status_t
Bluetooth API status codes.
aceBT_uuid_t uuid_t
Bluetooth UUID struct.
aceBT_bleGattCharacteristicsValue_t bleGattCharacteristicsValue_t
BLE GATT Characteristic.
struct aceBT_gattCharRec_t * utilsFindCharRec(uuid_t uuid, uint8_t uuid_len)
Find a GATT Characteristic Record by UUID.