Home
last modified time | relevance | path

Searched refs:esp_ble_conn_params_t (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h693 …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…
Desp_bt_defs.h165 } esp_ble_conn_params_t; typedef
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h62 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;
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c75 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()