STACK_GroupId_T
C
typedef enum STACK_GroupId_T{
STACK_GRP_NONE = 0U,
STACK_GRP_BLE_GAP,
STACK_GRP_BLE_L2CAP,
STACK_GRP_BLE_SMP,
STACK_GRP_GATT,
STACK_GRP_END
}STACK_GroupId_T;
Description
Enumerates the group IDs for different stack components.
Enumerator | Description |
---|---|
STACK_GRP_NONE | Identifier for no group. |
STACK_GRP_BLE_GAP | Identifier for the BLE Generic Access Profile (GAP) group. |
STACK_GRP_BLE_L2CAP | Identifier for the BLE Logical Link Control and Adaptation Protocol (L2CAP) group. |
STACK_GRP_BLE_SMP | Identifier for the BLE Security Manager Protocol (SMP) group. |
STACK_GRP_GATT | Identifier for the Generic Attribute Profile (GATT) group. |
STACK_GRP_END | Sentinel value indicating the end of the group identifiers. |