Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_hci.h82 #define BLE_MESH_HCI_VERSION_5_0 9 macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c120 bt_mesh_dev.hci_version = BLE_MESH_HCI_VERSION_5_0; in bt_mesh_hci_init()
183 if (bt_mesh_dev.hci_version < BLE_MESH_HCI_VERSION_5_0 && in valid_adv_param()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c146 const int32_t adv_int_min = ((bt_mesh_dev.hci_version >= BLE_MESH_HCI_VERSION_5_0) ? in adv_send()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c143 bt_mesh_dev.hci_version = BLE_MESH_HCI_VERSION_5_0; in bt_mesh_hci_init()