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... | |
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.
wiced_bt_gatt_db_init.hash
parameterwiced_result_t wiced_bt_gatt_server_enable_signing | ( | void | ) |
Enables code for enabling and checking data signing on the server and client.