-
Notifications
You must be signed in to change notification settings - Fork 0
OnBoarding BTLE profile
Javier López edited this page Jan 17, 2014
·
5 revisions
This table contains the basic characteristics that an OnBoarding device must support.
OnBoarding Service UUID:
Handle | Characteristic | Qualifier | Length | Value | Properties |
---|---|---|---|---|---|
1 | Status | Mandatory | 64 | Idle/Setup/Connecting/Connected/Failed... | Notify |
2 | Message | Mandatory | 64 | Insert XXX, Getting IP adddress... | Notify |
3 | SSID | Mandatory | 32 | Variable String containing WLAN SSID | Read/Write |
4 | Authentication mode | Mandatory | 8 | OPEN/WEP/WPA/WPA2 | Write |
5 | Passphrase | Optional | 64 | Variable String containing the passphrase | Write |
6 | Channel | Optional | 8 | 1 to 196 | Read/Write |
7 | Action | Mandatory | 1 | CONN (0x01), DISC (0x02), RSET (0x03) | Write |