Example GATT and GAP service implementations. More...
Go to the source code of this file.
Functions | |
void | SvcCoreAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcCoreRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcCoreGattCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
void | SvcCoreGapCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
void | SvcCoreGapCentAddrResUpdate (bool_t value) |
Update the central address resolution attribute value. More... | |
void | SvcCoreGapAddRpaoCh (void) |
Add the Resolvable Private Address Only (RPAO) characteristic to the GAP service. The RPAO characteristic should be added only when DM Privacy is enabled. More... | |
void | SvcCoreGattSetSsf (uint8_t value) |
Set the Server Supported Features (SSF) bitmask. More... | |
GAP Service Handles | |
#define | GAP_START_HDL 0x01 |
GAP start handle. More... | |
#define | GAP_END_HDL (GAP_MAX_HDL - 3) |
GAP end handle. More... | |
GATT Service Handles | |
#define | GATT_START_HDL 0x10 |
GATT start handle. More... | |
#define | GATT_END_HDL (GATT_MAX_HDL - 1) |
GATT end handle. More... | |
Example GATT and GAP service implementations.
Copyright (c) 2009-2019 Arm Ltd. All Rights Reserved.
Copyright (c) 2019-2020 Packetcraft, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file svc_core.h.