GATT Indications
1. GATT State
Format: +GATTSTAT=Param
Param | Indication |
Param(0~3) |
0 Unsupported 1 Standby 2 Connecting 3 Connected |
2. GATT Received Data
Format: +GATTDATA=Param1, Param2
Param | Indication |
Param1 | Payload length |
Param2 | Payload |
Example |
Received data “1234567890” from remote device via GATT << +GATTDATA=10,1234567890 Use socket instead of AT command for data Get/Set on Android/Linux platform |