Searched refs:nodups (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_types.h | 42 uint8_t nodups:1; member
|
D | ull_sync.c | 80 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() 649 sync->nodups = (enable & BT_HCI_LE_SET_PER_ADV_RECV_ENABLE_FILTER_DUPLICATE) ? in ll_sync_recv_enable() 1576 uint8_t cte_type, uint8_t rx_enable, uint8_t nodups) argument 1629 sync->nodups = nodups; 1928 uint8_t nodups; local 1944 nodups = (conn->past.mode == BT_HCI_LE_PAST_MODE_SYNC_FILTER_DUPLICATES) ? 1U : 0U; 1948 rx_enable, nodups);
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 7851 (!sync->nodups ||
|