STACK_GroupId_T

C

typedef enum STACK_GroupId_T{
    STACK_GRP_BLE_GAP,
    STACK_GRP_BLE_L2CAP,
    STACK_GRP_BLE_SMP,
    STACK_GRP_GATT,
}STACK_GroupId_T;

Description

Enumerates the group IDs for different stack components.

EnumeratorDescription
STACK_GRP_BLE_GAPIdentifier for the BLE Generic Access Profile (GAP) group.
STACK_GRP_BLE_L2CAPIdentifier for the BLE Logical Link Control and Adaptation Protocol (L2CAP) group.
STACK_GRP_BLE_SMPIdentifier for the BLE Security Manager Protocol (SMP) group.
STACK_GRP_GATTIdentifier for the Generic Attribute Profile (GATT) group.