Home
last modified time | relevance | path

Searched refs:util_ones_count_get (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/include/
Dutil.h18 uint8_t util_ones_count_get(uint8_t *octets, uint8_t octets_len);
/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/src/
Dutil.c30 uint8_t util_ones_count_get(uint8_t *octets, uint8_t octets_len) in util_ones_count_get() function
203 if (util_ones_count_get((uint8_t *)&adv_aa_check, sizeof(adv_aa_check)) <= 1) { in util_aa_le32()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/util/
Dutil.h16 uint8_t util_ones_count_get(const uint8_t *octets, uint8_t octets_len);
Dutil.c34 uint8_t util_ones_count_get(const uint8_t *octets, uint8_t octets_len) in util_ones_count_get() function
208 if (util_ones_count_get((uint8_t *)&adv_aa_check, in util_aa_le32()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_chan.c93 count = util_ones_count_get(map, sizeof(map)); in chan_map_set()
Dull_peripheral.c151 lll->data_chan_count = util_ones_count_get(&lll->data_chan_map[0],
Dull_sync.c701 util_ones_count_get(data_chan_map, in ull_sync_setup()
1209 util_ones_count_get(lll->chm[chm_last].data_chan_map,
Dull_sync_iso.c443 lll->data_chan_count = util_ones_count_get(lll->data_chan_map, in ull_sync_iso_setup()
Dull_adv.c1228 const uint8_t adv_chn_cnt = util_ones_count_get(&ch_map, sizeof(ch_map));
2174 chan_cnt = util_ones_count_get(&chan_map, sizeof(chan_map));
Dull_conn.c2303 lll->data_chan_count = util_ones_count_get(lll->data_chan_map, sizeof(lll->data_chan_map)); in ull_conn_chan_map_set()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c1375 util_ones_count_get(chm->chm, sizeof(chm->chm)); in isr_rx_ctrl_recv()