1#ifndef KINDLE_BT_UTILS_H
2#define KINDLE_BT_UTILS_H
13uint16_t utilsConvertHexStrToByteArray(
char* input, uint8_t* output);
27struct aceBT_gattCharRec_t*
32void setGattBlobFromBytes(
36char* utilsDumpServer(
bleGattsService_t* server,
char* log_buff,
size_t* size,
size_t* offset);
aceBT_bdAddr_t bdAddr_t
Bluetooth address.
ace_status_t status_t
Bluetooth API status codes.
aceBT_bleGattsService_t bleGattsService_t
Structure for a GATT Server service.
aceBT_uuid_t uuid_t
Bluetooth UUID struct.
aceBT_bleGattCharacteristicsValue_t bleGattCharacteristicsValue_t
BLE GATT Characteristic.
struct aceBT_gattCharRec_t * utilsFindCharRec(bleGattsService_t *services, uint32_t noSvcs, uuid_t uuid, uint8_t uuid_len)
Find a GATT Characteristic Record by UUID.