Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1781 buf = bt_hci_cmd_create(BT_HCI_OP_LE_REMOVE_ADV_SET, sizeof(*cp)); in bt_le_ext_adv_delete()
1790 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_REMOVE_ADV_SET, buf, NULL); in bt_le_ext_adv_delete()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1595 #define BT_HCI_OP_LE_REMOVE_ADV_SET BT_OP(BT_OGF_LE, 0x003c) /* 0x203c */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4767 case BT_OCF(BT_HCI_OP_LE_REMOVE_ADV_SET):