nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bt_ancs_parse_state

#include <include/bluetooth/services/ancs_client.h>

Parsing states for received iOS notification and app attributes.

Enumerator
BT_ANCS_PARSE_STATE_COMMAND_ID 

Parsing the command ID.

BT_ANCS_PARSE_STATE_NOTIF_UID 

Parsing the notification UID.

BT_ANCS_PARSE_STATE_APP_ID 

Parsing app ID.

BT_ANCS_PARSE_STATE_ATTR_ID 

Parsing attribute ID.

BT_ANCS_PARSE_STATE_ATTR_LEN1 

Parsing the LSB of the attribute length.

BT_ANCS_PARSE_STATE_ATTR_LEN2 

Parsing the MSB of the attribute length.

BT_ANCS_PARSE_STATE_ATTR_DATA 

Parsing the attribute data.

BT_ANCS_PARSE_STATE_ATTR_SKIP 

Parsing is skipped for the rest of an attribute (or entire attribute).

BT_ANCS_PARSE_STATE_DONE 

Parsing for one attribute is done.