Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1178 tBTA_BLE_CONN_PARAMS conn_1m_param = {0}; in bt_mesh_gattc_conn_create() local
1232 conn_1m_param.interval_min = 0x18; in bt_mesh_gattc_conn_create()
1233 conn_1m_param.interval_max = 0x18; in bt_mesh_gattc_conn_create()
1234 conn_1m_param.latency = 0; in bt_mesh_gattc_conn_create()
1235 conn_1m_param.supervision_timeout = 0x64; in bt_mesh_gattc_conn_create()
1239 BTA_BLE_PHY_1M_MASK, &conn_1m_param, NULL, NULL); in bt_mesh_gattc_conn_create()