Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
GATT Module Initialization

General Description

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