Functions
- GATTC_DiscoverAllCharacteristics
GATT Client starts discovery of all characteristics within the given handle range when this API is called.
 - GATTC_DiscoverAllDescriptors
GATT Client starts discovering all descriptors within the given handle range when this API is called.
 - GATTC_DiscoverAllPrimaryServices
GATT Client starts the discovery of all primary services when this API is called.
 - GATTC_DiscoverCharacteristicsByUUID
GATT Client starts discovery of specific characteristics by UUID within the given handle range when this API is called.
 - GATTC_DiscoverPrimaryServiceByUUID
GATT Client starts the procedure for discovering primary service by UUID within the given input handle range.
 - GATTC_ExchangeMTURequest
GATT Client sends Exchange MTU Request to GATT Server.
 - GATTC_HandleValueConfirm
GATT client sends Handle Value Confirmation to the GATT server when it receives a Handle Value Indication.
 - GATTC_Init
Initialize GATT Client module.
 - GATTC_Read
GATT Client initiates a read operation to GATT Server when this API is called.
 - GATTC_ReadUsingUUID
GATT Client initiates read of characteristic value for the specified characteristic UUID within the given handle range when this API is called.
 - GATTC_SetPreferredMtu
GATT Client allow user to configure preferred ATT MTU as GATT Client.
 - GATTC_Write
GATT Client initiates a write operation to GATT Server.
 - GATTS_AddService
This API registers service to GATT server.
 - GATTS_ConfigureBuildInService
GATT Server configures the build-in GATT service.
 - GATTS_GetHandleValue
Gets the attribute value of a valid attribute from GATT Server.
 - GATTS_Init
Initialize GATT Server module.
 - GATTS_RemoveService
GATT server removes registered service.
 - GATTS_SendErrorResponse
GATT Server sends an error response.
 - GATTS_SendHandleValue
GATT Server sends Handle Value Notification or Indication to GATT Client when this API is called.
 - GATTS_SendReadByTypeResponse
GATT Server sends the Read By Type response.
 - GATTS_SendReadResponse
GATT Server sends the read/read blob response when this API is called.
 - GATTS_SendWriteResponse
GATT Server sends the write/prepare write/execute write response when this API is called.
 - GATTS_ServiceChanged
This API is used to enable the service change and notify clients that service table is changed.
 - GATTS_SetPreferredMtu
GATT Server configures preferred ATT MTU.
 - GATTS_UpdateBondingInfo
Notify GATT Server the relevant bonding information of the connection.
 
