Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1532 … const esp_ble_gap_conn_params_t *phy_coded_conn_params) in esp_ble_gap_prefer_ext_connect_params_set() argument
1593 if (!phy_coded_conn_params) { in esp_ble_gap_prefer_ext_connect_params_set()
1597 …if (ESP_BLE_IS_VALID_PARAM(phy_coded_conn_params->interval_min, ESP_BLE_CONN_INT_MIN, ESP_BLE_CONN… in esp_ble_gap_prefer_ext_connect_params_set()
1598 …ESP_BLE_IS_VALID_PARAM(phy_coded_conn_params->interval_max, ESP_BLE_CONN_INT_MIN, ESP_BLE_CONN_INT… in esp_ble_gap_prefer_ext_connect_params_set()
1599 …ESP_BLE_IS_VALID_PARAM(phy_coded_conn_params->supervision_timeout, ESP_BLE_CONN_SUP_TOUT_MIN, ESP_… in esp_ble_gap_prefer_ext_connect_params_set()
1600 (phy_coded_conn_params->latency <= ESP_BLE_CONN_LATENCY_MAX) && in esp_ble_gap_prefer_ext_connect_params_set()
1601 …((phy_coded_conn_params->supervision_timeout * 10) >= ((1 + phy_coded_conn_params->latency) * ((ph… in esp_ble_gap_prefer_ext_connect_params_set()
1602 (phy_coded_conn_params->interval_min <= phy_coded_conn_params->interval_max)) { in esp_ble_gap_prefer_ext_connect_params_set()
1604 …memcpy(&arg.set_ext_conn_params.phy_coded_conn_params, phy_coded_conn_params, sizeof(esp_ble_gap_c… in esp_ble_gap_prefer_ext_connect_params_set()
1607 phy_coded_conn_params->interval_min, in esp_ble_gap_prefer_ext_connect_params_set()
[all …]
Desp_gattc_api.c148 if (!creat_conn_params->phy_coded_conn_params) { in esp_ble_gattc_enh_open()
152 conn_params = creat_conn_params->phy_coded_conn_params; 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c148 tBTA_BLE_CONN_PARAMS *phy_coded_conn_params) in BTA_GATTC_Enh_Open() argument
169 if ((phy_mask & BTA_BLE_PHY_CODED_MASK) && phy_coded_conn_params) { in BTA_GATTC_Enh_Open()
170 … memcpy(&p_buf->phy_coded_conn_params, phy_coded_conn_params, sizeof(tBTA_BLE_CONN_PARAMS)); in BTA_GATTC_Enh_Open()
Dbta_gattc_act.c536 …memcpy(&p_dev_rec->ext_conn_params.phy_coded_conn_params, &p_data->api_conn.phy_coded_conn_params,… in bta_gattc_open()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h695 …const esp_ble_conn_params_t *phy_coded_conn_params; /*!< Connection parameters for the LE Coded… member
Desp_gap_ble_api.h2593 … const esp_ble_gap_conn_params_t *phy_coded_conn_params);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h64 esp_ble_conn_params_t phy_coded_conn_params; member
Dbtc_gap_ble.h396 esp_ble_gap_conn_params_t phy_coded_conn_params; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c3353 … const tBTA_DM_BLE_CONN_PARAMS *phy_coded_conn_params) in BTA_DmBleGapPreferExtConnectParamsSet() argument
3372 if (phy_coded_conn_params) { in BTA_DmBleGapPreferExtConnectParamsSet()
3373 … memcpy(&p_msg->phy_coded_conn_params, phy_coded_conn_params, sizeof(tBTA_DM_BLE_CONN_PARAMS)); in BTA_DmBleGapPreferExtConnectParamsSet()
Dbta_dm_act.c5956 …memcpy(&conn_params.phy_coded_conn_params, &p_data->ble_set_per_ext_conn_params.phy_coded_conn_par… in bta_dm_ble_gap_set_prefer_ext_conn_params()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h140 tBTA_BLE_CONN_PARAMS phy_coded_conn_params; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h821 tBTA_BLE_CONN_PARAMS *phy_coded_conn_params);
Dbta_api.h3114 … const tBTA_DM_BLE_CONN_PARAMS *phy_coded_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.h1357 tBTM_BLE_CONN_PARAMS phy_coded_conn_params; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1130 tBTA_DM_BLE_CONN_PARAMS phy_coded_conn_params; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c1037 …memcpy(&aux_conn.params[2], &p_dev_rec->ext_conn_params.phy_coded_conn_params, sizeof(tHCI_ExtConn… in l2cble_init_direct_conn()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2341 … (const tBTA_DM_BLE_CONN_PARAMS *)&arg_5->set_ext_conn_params.phy_coded_conn_params); in btc_gap_ble_call_handler()