1.2.2.1.2.4.14 GATTS_ConfigureBuildInService
C
uint16_t GATTS_ConfigureBuildInService(GATTS_GattServiceOptions_T *p_gattServiceOptions);
Description
GATT Server configures the build-in GATT service. Optional service "GATT Service" can be configured enable/disable.
Note
The function is suggested to be called when initialization. Also, can't be called in connected state. The configured option (enable/disable) should not be changed if the function is called several times. Otherwise, service change situation need to be considered in the multiple configuring build-in services case.
Parameters
Parameter | Description |
---|---|
[in] p_gattServiceOptions | Pointer to the configuration structure of GATT Service. See GATTS_GattServiceOptions_T. |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully configured the build-in Services. |
MBA_RES_FAIL | Operation is not permitted. |