Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhci.c33 buf = bt_hci_cmd_create(BT_HCI_OP_VS_MESH, in cmd_mesh_adv()
61 buf = bt_hci_cmd_create(BT_HCI_OP_VS_MESH, in cmd_mesh_adv()
76 err = bt_hci_cmd_send_sync(BT_HCI_OP_VS_MESH, buf, NULL); in cmd_mesh_adv()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h321 #define BT_HCI_OP_VS_MESH BT_OP(BT_OGF_VS, 0x0042) macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5715 case BT_OCF(BT_HCI_OP_VS_MESH):