Telink TLSR8232 BLE SDK Developer Handbook
AN-19112700-E1
99
Ver.1.0.0
Figure 3-34 Service/Attribute Layout
3.4.2.8 ATT Table Initialization
GATT & ATT initialization only needs to transfer the pointer of Attribute Table in APP
layer to protocol stack, and the API is:
void
bls_att_setAttributeTable
(
u8
*p);
“p” is the pointer of Attribute Table.
3.4.3 Attribute PDU & GATT API
As required by BLE Spec, 5316 BLE SDK currently supports the following Attribute PDU
types.
1) Requests
:
Data request sent from Client to Server.