Bluetooth Host Stack Library
GATT Module Initialization

General Description

LE (Bluetooth Low Energy) Specific functions.

BR/EDR (Bluetooth Basic Rate / Enhanced Data Rate) Specific functions.GATT Profile Module Init

GATT Module Initialization Functions sub module for GATT.

Functions

wiced_result_t wiced_bt_gatt_server_enable_caching (void)
 Enables GATT database hashing calculations on the server. More...
 
wiced_result_t wiced_bt_gatt_server_enable_signing (void)
 Enables code for enabling and checking data signing on the server and client. More...
 

Function Documentation

◆ wiced_bt_gatt_server_enable_caching()

wiced_result_t wiced_bt_gatt_server_enable_caching ( void  )

Enables GATT database hashing calculations on the server.

Required to called for servers which need support for robust caching.

Note
: This API should be called prior to calling wiced_bt_gatt_db_init, with an non-NULL wiced_bt_gatt_db_init.hash parameter
Returns
wiced_result_t

◆ wiced_bt_gatt_server_enable_signing()

wiced_result_t wiced_bt_gatt_server_enable_signing ( void  )

Enables code for enabling and checking data signing on the server and client.

Returns
wiced_result_t