Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h37 constexpr uint8_t kIsoCigPhy1M = 0x01; variable
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc38 using bluetooth::hci::kIsoCigPhy1M;
885 uint8_t phy_bitfield = kIsoCigPhy1M; in GetPhyBitmask()
930 uint8_t phy_bitmask = bluetooth::hci::kIsoCigPhy1M; in GetPreferredPhyBitmask()
Ddevice_groups.cc666 uint8_t phy_bitfield = bluetooth::hci::kIsoCigPhy1M; in GetPhyBitmask()
710 else if (phy_bitfield & bluetooth::hci::kIsoCigPhy1M) in GetTargetPhy()
Dstate_machine.cc1551 (phy_stom & bluetooth::hci::kIsoCigPhy1M) != 0) { in CigCreate()
1553 phy_stom = bluetooth::hci::kIsoCigPhy1M; in CigCreate()