Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_types.h42 uint8_t nodups:1; member
Dull_sync.c80 uint8_t cte_type, uint8_t rx_enable, uint8_t nodups);
123 uint8_t nodups; in ll_sync_create() local
146 nodups = (options & BT_HCI_LE_PER_ADV_CREATE_SYNC_FP_FILTER_DUPLICATE) ? 1U : 0U; in ll_sync_create()
148 sync = ull_sync_create(sid, sync_timeout, skip, sync_cte_type, rx_enable, nodups); in ll_sync_create()
651 sync->nodups = (enable & BT_HCI_LE_SET_PER_ADV_RECV_ENABLE_FILTER_DUPLICATE) ? in ll_sync_recv_enable()
1583 uint8_t cte_type, uint8_t rx_enable, uint8_t nodups) argument
1636 sync->nodups = nodups;
1935 uint8_t nodups; local
1951 nodups = (conn->past.mode == BT_HCI_LE_PAST_MODE_SYNC_FILTER_DUPLICATES) ? 1U : 0U;
1955 rx_enable, nodups);
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c7886 (!sync->nodups ||