Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c7735 (!(le_event_mask & BT_EVT_MASK_LE_PER_ADVERTISING_REPORT) &&
7758 if ((le_event_mask & BT_EVT_MASK_LE_PER_ADVERTISING_REPORT) &&
7906 if ((le_event_mask & BT_EVT_MASK_LE_PER_ADVERTISING_REPORT) && accept) {
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3989 #define BT_EVT_MASK_LE_PER_ADVERTISING_REPORT BT_EVT_BIT(14) macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3340 mask |= BT_EVT_MASK_LE_PER_ADVERTISING_REPORT; in le_set_event_mask()