Searched refs:chm_phy (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
| D | ull_adv_iso.c | 77 static void pdu_big_info_chan_map_phy_set(uint8_t *chm_phy, uint8_t *chan_map, 582 pdu_big_info_chan_map_phy_set(big_info->chm_phy, in big_create() 1020 pdu_big_info_chan_map_phy_set(bi->chm_phy, in ull_adv_iso_lll_biginfo_fill() 1429 pdu_big_info_chan_map_phy_set(bi->chm_phy, lll_iso->data_chan_map, in adv_iso_chm_complete_commit() 1513 pdu_big_info_chan_map_phy_set(bi->chm_phy, in mfy_iso_offset_get() 1519 static void pdu_big_info_chan_map_phy_set(uint8_t *chm_phy, uint8_t *chan_map, in pdu_big_info_chan_map_phy_set() argument 1522 (void)memcpy(chm_phy, chan_map, PDU_CHANNEL_MAP_SIZE); in pdu_big_info_chan_map_phy_set() 1523 chm_phy[4] &= 0x1F; in pdu_big_info_chan_map_phy_set() 1524 chm_phy[4] |= ((find_lsb_set(phy) - 1U) << 5); in pdu_big_info_chan_map_phy_set()
|
| D | ull_sync_iso.c | 467 (void)memcpy(lll->data_chan_map, bi->chm_phy, in ull_sync_iso_setup() 479 lll->phy = BIT(bi->chm_phy[4] >> 5); in ull_sync_iso_setup()
|
| D | pdu.h | 1192 uint8_t chm_phy[PDU_CHANNEL_MAP_SIZE]; /* 37 bit chm; 3 bit phy */ member
|
| /Zephyr-latest/subsys/bluetooth/controller/hci/ |
| D | hci.c | 7998 phy = (bi->chm_phy[4] >> 5); 8038 sep->phy = HCI_AUX_PHY_TO_HCI_PHY(bi->chm_phy[4] >> 5);
|