BLE_GAP_ExtCreateConnPhy_T

C

typedef struct BLE_GAP_ExtCreateConnPhy_T
{
    BLE_GAP_ExtCreateConnParams_T    le1mPhy;
    BLE_GAP_ExtCreateConnParams_T    le2mPhy;
    BLE_GAP_ExtCreateConnParams_T    leCodedPhy;
}BLE_GAP_ExtCreateConnPhy_T;

Description

Structure for configuring PHY-specific settings for extended connection creation.

Field Documentation

FieldDescription
le1mPhyScan connectable advertisements on the LE 1M PHY, and the connection parameters for the LE 1M PHY are provided. See BLE_GAP_ExtCreateConnParams_T.
le2mPhyThe connection parameters for the LE 2M PHY are provided. See BLE_GAP_ExtCreateConnParams_T.
leCodedPhyScan connectable advertisements on the LE Coded PHY, and the connection parameters for the LE 1M Coded are provided. See BLE_GAP_ExtCreateConnParams_T.