The Information Page is a 2-KB read-only region that stores various device information. Among other things, it contains for IEEE 802.15.4 or Bluetooth low energy compliant devices a unique IEEE address from the TI range of addresses. For CC253x, this is…
如果您需要读取大于ATT_MTU大小的特征,则需要使用Real Long,例如,GATT_ReadLongCharValue和GATT_WriteLongCharValue
您需要修改ble_user_config.h内的 MAX_PDU_SIZE . 然后,您需要根据自己的蓝牙特性更改长度。直接在 simple profile 上进行修改感觉有些复杂。建议您最好创建一个自定义的custom Bluetooth Service.
// Maximum size in bytes of the…