Searched refs:esp_ble_conn_params_t (Results 1 – 4 of 4) sorted by relevance
693 …const esp_ble_conn_params_t *phy_1m_conn_params; /*!< Connection parameters for the LE 1M PH…694 …const esp_ble_conn_params_t *phy_2m_conn_params; /*!< Connection parameters for the LE 2M PH…695 …const esp_ble_conn_params_t *phy_coded_conn_params; /*!< Connection parameters for the LE Coded…
165 } esp_ble_conn_params_t; typedef
62 esp_ble_conn_params_t phy_1m_conn_params;63 esp_ble_conn_params_t phy_2m_conn_params;64 esp_ble_conn_params_t phy_coded_conn_params;
75 const esp_ble_conn_params_t *conn_params; in esp_ble_gattc_enh_open()113 memcpy(&arg.open.phy_1m_conn_params, conn_params, sizeof(esp_ble_conn_params_t)); in esp_ble_gattc_enh_open()136 memcpy(&arg.open.phy_2m_conn_params, conn_params, sizeof(esp_ble_conn_params_t)); in esp_ble_gattc_enh_open()159 memcpy(&arg.open.phy_coded_conn_params, conn_params, sizeof(esp_ble_conn_params_t)); in esp_ble_gattc_enh_open()