esp_ble_gatt_creat_conn_params_t struct
Represents a creat connection element.
Fields
Direct connection or background auto connection(by now, background auto connection is not supported.
Set to true for BLE 5.0 or higher to enable auxiliary connections; set to false for BLE 4.2 or lower.
Specifies the address type used in the connection request. Set to 0xFF if the address type is unknown.
Indicates which PHY connection parameters will be used. When is_aux is false, only the connection params for 1M PHY can be specified.
Connection parameters for the LE 1M PHY.
Connection parameters for the LE 2M PHY.
Connection parameters for the LE Coded PHY.
The Bluetooth address of the remote device.
Address type of the remote device.
Examples
esp_ble_gatt_creat_conn_params_t is referenced by 8 libraries and example projects: