Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1177 props |= BT_HCI_LE_ADV_PROP_LEGACY; in le_ext_adv_param_set()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv.c262 if (evt_prop & BT_HCI_LE_ADV_PROP_LEGACY) {
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1503 #define BT_HCI_LE_ADV_PROP_LEGACY BIT(4) macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3450 if ((!(evt_prop & BT_HCI_LE_ADV_PROP_LEGACY) || in le_set_ext_adv_param()