Home
last modified time | relevance | path

Searched refs:ch_map (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h333 uint8_t ch_map; member
369 uint8_t ch_map; member
392 uint8_t ch_map; member
421 uint8_t ch_map; member
Dhci_types.h1191 uint8_t ch_map[5]; member
1201 uint8_t ch_map[5]; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhci.c47 cp->ch_map = 0x07; in cmd_mesh_adv()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv.c1229 uint8_t ch_map = lll->chan_map; local
1230 const uint8_t adv_chn_cnt = util_ones_count_get(&ch_map, sizeof(ch_map));
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c4643 memcpy(&cp->ch_map[0], &chan_map[0], 4); in bt_le_set_chan_map()
4644 cp->ch_map[4] = chan_map[4] & BIT_MASK(5); in bt_le_set_chan_map()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1980 status = ll_chm_update(&cmd->ch_map[0]); in le_set_host_chan_classif()
2529 status = ll_chm_get(handle, rp->ch_map); in le_read_chan_map()
5511 rp->ch_map = 0x7;
5579 cmd->ch_map, cmd->tx_power,