Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_hci.h112 #define BLE_MESH_HCI_OP_SET_ADV_DATA BLE_MESH_OP(BLE_MESH_OGF_LE, 0x0008) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c221 if (hci_op == BLE_MESH_HCI_OP_SET_ADV_DATA) { in set_adv_data()
339 err = set_adv_data(BLE_MESH_HCI_OP_SET_ADV_DATA, ad, ad_len); in bt_le_adv_start()