Home
last modified time | relevance | path

Searched refs:phy_2m_conn_params (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1531 … const esp_ble_gap_conn_params_t *phy_2m_conn_params, in esp_ble_gap_prefer_ext_connect_params_set() argument
1569 if (!phy_2m_conn_params) { in esp_ble_gap_prefer_ext_connect_params_set()
1573 …if (ESP_BLE_IS_VALID_PARAM(phy_2m_conn_params->interval_min, ESP_BLE_CONN_INT_MIN, ESP_BLE_CONN_IN… in esp_ble_gap_prefer_ext_connect_params_set()
1574 …ESP_BLE_IS_VALID_PARAM(phy_2m_conn_params->interval_max, ESP_BLE_CONN_INT_MIN, ESP_BLE_CONN_INT_MA… in esp_ble_gap_prefer_ext_connect_params_set()
1575 …ESP_BLE_IS_VALID_PARAM(phy_2m_conn_params->supervision_timeout, ESP_BLE_CONN_SUP_TOUT_MIN, ESP_BLE… in esp_ble_gap_prefer_ext_connect_params_set()
1576 (phy_2m_conn_params->latency <= ESP_BLE_CONN_LATENCY_MAX) && in esp_ble_gap_prefer_ext_connect_params_set()
1577 …((phy_2m_conn_params->supervision_timeout * 10) >= ((1 + phy_2m_conn_params->latency) * ((phy_2m_c… in esp_ble_gap_prefer_ext_connect_params_set()
1578 (phy_2m_conn_params->interval_min <= phy_2m_conn_params->interval_max)) { in esp_ble_gap_prefer_ext_connect_params_set()
1580 …memcpy(&arg.set_ext_conn_params.phy_2m_conn_params, phy_2m_conn_params, sizeof(esp_ble_gap_conn_pa… in esp_ble_gap_prefer_ext_connect_params_set()
1583 phy_2m_conn_params->interval_min, in esp_ble_gap_prefer_ext_connect_params_set()
[all …]
Desp_gattc_api.c125 if (!creat_conn_params->phy_2m_conn_params) { in esp_ble_gattc_enh_open()
129 conn_params = creat_conn_params->phy_2m_conn_params; 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c147 …UINT8 phy_mask, tBTA_BLE_CONN_PARAMS *phy_1m_conn_params, tBTA_BLE_CONN_PARAMS *phy_2m_conn_params, in BTA_GATTC_Enh_Open() argument
166 if ((phy_mask & BTA_BLE_PHY_2M_MASK) && phy_2m_conn_params) { in BTA_GATTC_Enh_Open()
167 memcpy(&p_buf->phy_2m_conn_params, phy_2m_conn_params, sizeof(tBTA_BLE_CONN_PARAMS)); in BTA_GATTC_Enh_Open()
Dbta_gattc_act.c533 …memcpy(&p_dev_rec->ext_conn_params.phy_2m_conn_params, &p_data->api_conn.phy_2m_conn_params, sizeo… in bta_gattc_open()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h694 …const esp_ble_conn_params_t *phy_2m_conn_params; /*!< Connection parameters for the LE 2M PH… member
Desp_gap_ble_api.h2592 … const esp_ble_gap_conn_params_t *phy_2m_conn_params,
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h63 esp_ble_conn_params_t phy_2m_conn_params; member
Dbtc_gap_ble.h395 esp_ble_gap_conn_params_t phy_2m_conn_params; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c3352 … const tBTA_DM_BLE_CONN_PARAMS *phy_2m_conn_params, in BTA_DmBleGapPreferExtConnectParamsSet() argument
3368 if (phy_2m_conn_params) { in BTA_DmBleGapPreferExtConnectParamsSet()
3369 memcpy(&p_msg->phy_2m_conn_params, phy_2m_conn_params, sizeof(tBTA_DM_BLE_CONN_PARAMS)); in BTA_DmBleGapPreferExtConnectParamsSet()
Dbta_dm_act.c5951 … memcpy(&conn_params.phy_2m_conn_params, &p_data->ble_set_per_ext_conn_params.phy_2m_conn_params, in bta_dm_ble_gap_set_prefer_ext_conn_params()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h139 tBTA_BLE_CONN_PARAMS phy_2m_conn_params; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h820 …UINT8 phy_mask, tBTA_BLE_CONN_PARAMS *phy_1m_conn_params, tBTA_BLE_CONN_PARAMS *phy_2m_conn_params,
Dbta_api.h3113 const tBTA_DM_BLE_CONN_PARAMS *phy_2m_conn_params,
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c220 (void *)&arg->open.phy_2m_conn_params, (void *)&arg->open.phy_coded_conn_params); in btc_gattc_open()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1356 tBTM_BLE_CONN_PARAMS phy_2m_conn_params; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1129 tBTA_DM_BLE_CONN_PARAMS phy_2m_conn_params; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c1036 …memcpy(&aux_conn.params[1], &p_dev_rec->ext_conn_params.phy_2m_conn_params, sizeof(tHCI_ExtConnPar… in l2cble_init_direct_conn()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2340 … (const tBTA_DM_BLE_CONN_PARAMS *)&arg_5->set_ext_conn_params.phy_2m_conn_params, in btc_gap_ble_call_handler()