Functions
- GATTC_DiscoverAllCharacteristics
Starts the discovery of all characteristics within a specified handle range on the GATT server.
- GATTC_DiscoverAllDescriptors
Initiates the discovery of all descriptors with a specific UUID within a handle range.
- GATTC_DiscoverAllPrimaryServices
Initiates the discovery of all primary services on the connected GATT server.
- GATTC_DiscoverCharacteristicsByUUID
Initiates the discovery of characteristics with a specific UUID within a handle range.
- GATTC_DiscoverPrimaryServiceByUUID
Begins the discovery of primary services by UUID within a specified handle range on the GATT server.
- GATTC_ExchangeMTURequest
Initiates an Exchange MTU Request from the GATT Client to the GATT Server.
- GATTC_HandleValueConfirm
Sends a Handle Value Confirmation from the GATT Client to the GATT Server
- GATTC_Init
Initialize the GATT Client module.
- GATTC_Read
Initiates a read operation from the GATT Client to the GATT Server.
- GATTC_ReadUsingUUID
Initiates a read operation for a characteristic value by UUID within a handle range.
- GATTC_SetPreferredMtu
Configures the preferred ATT MTU size for the GATT Client in the central role.
- GATTC_Write
Initiates a write operation from the GATT Client to the GATT Server.
- GATTS_AddService
Registers a service with the GATT server.
- GATTS_ConfigureBuildInService
Configures the built-in GATT service.
- GATTS_EncDataKeyMatRsp
Responds to a GATT client's request for encrypted data key material.
- GATTS_GetHandleValue
Retrieves the value of an attribute from the GATT Server.
- GATTS_Init
Initialize the GATT Server module.
- GATTS_RemoveService
Removes a previously registered service from the GATT server.
- GATTS_SendErrorResponse
Sends an error response from the GATT Server.
- GATTS_SendHandleValue
Sends a Handle Value Notification or Indication to a GATT client.
- GATTS_SendReadByTypeResponse
Sends a Read By Type response from the GATT Server.
- GATTS_SendReadResponse
Sends a Read or Read Blob response to a GATT client.
- GATTS_SendWriteResponse
Sends a write response from the GATT Server.
- GATTS_ServiceChanged
Enables the service change indication and notifies clients about changes to the service table.
- GATTS_SetPreferredMtu
Configures the preferred ATT MTU size for the GATT Server.
- GATTS_SetMinEncKeySize
Set minimum encryption key length of a service.
- GATTS_UpdateBondingInfo
Notifies the local GATT Server of the bonding information for a connection.
- GATTS_UpdateEncDataKeyMatl
Notifies the local GATT Server of the bonding information for a connection.
- GATTS_EncDataKeyMatRsp
Responds to a GATT client's request for encrypted data key material.