5.2.9.15 ZGP_SinkTableActions_t Enumeration
Syntax
typedef enum _ZGP_SinkTableActions_t
{
NO_ACTION = 0,
EXTEND_SINKTABLE_ENTRY = 1,
REPLACE_SINKTABLE_ENTRY = 2,
REMOVE_PAIRING = 3,
REMOVE_GPD = 4,
APPLICATION_DESCRIPTION = 5
} ZGP_SinkTableActions_t;Description
The ZGP_SinkTableActions_t enumeration specifies the actions to perform
on the sink table.
