Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h742 #define BTA_BLE_PHY_1M_MASK (1 << 0) macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c163 if ((phy_mask & BTA_BLE_PHY_1M_MASK) && phy_1m_conn_params) { in BTA_GATTC_Enh_Open()
Dbta_gattc_act.c529 if (p_data->api_conn.phy_mask & BTA_BLE_PHY_1M_MASK) { in bta_gattc_open()
540 if (p_data->api_conn.phy_mask & BTA_BLE_PHY_1M_MASK) { in bta_gattc_open()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1239 BTA_BLE_PHY_1M_MASK, &conn_1m_param, NULL, NULL); in bt_mesh_gattc_conn_create()