Home
last modified time | relevance | path

Searched refs:chm_phy (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c66 static void pdu_big_info_chan_map_phy_set(uint8_t *chm_phy, uint8_t *chan_map,
554 pdu_big_info_chan_map_phy_set(big_info->chm_phy, in big_create()
992 pdu_big_info_chan_map_phy_set(bi->chm_phy, in ull_adv_iso_lll_biginfo_fill()
1354 pdu_big_info_chan_map_phy_set(bi->chm_phy, lll_iso->data_chan_map, in adv_iso_chm_complete_commit()
1438 pdu_big_info_chan_map_phy_set(bi->chm_phy, in mfy_iso_offset_get()
1444 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
1447 (void)memcpy(chm_phy, chan_map, PDU_CHANNEL_MAP_SIZE); in pdu_big_info_chan_map_phy_set()
1448 chm_phy[4] &= 0x1F; in pdu_big_info_chan_map_phy_set()
1449 chm_phy[4] |= ((find_lsb_set(phy) - 1U) << 5); in pdu_big_info_chan_map_phy_set()
Dull_sync_iso.c466 (void)memcpy(lll->data_chan_map, bi->chm_phy, in ull_sync_iso_setup()
478 lll->phy = BIT(bi->chm_phy[4] >> 5); in ull_sync_iso_setup()
Dpdu.h1192 uint8_t chm_phy[PDU_CHANNEL_MAP_SIZE]; /* 37 bit chm; 3 bit phy */ member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c7963 phy = (bi->chm_phy[4] >> 5);
8003 sep->phy = HCI_AUX_PHY_TO_HCI_PHY(bi->chm_phy[4] >> 5);