Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dadv.c331 net_buf_add_u8(buf, BT_HCI_LE_ADV_DISABLE); in bt_le_adv_set_enable_legacy()
360 net_buf_add_u8(buf, BT_HCI_LE_ADV_DISABLE); in bt_le_adv_set_enable_ext()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h925 #define BT_HCI_LE_ADV_DISABLE 0x00 macro