Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h38 constexpr uint8_t kIsoCigPhy2M = 0x02; variable
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc39 using bluetooth::hci::kIsoCigPhy2M;
888 phy_bitfield |= kIsoCigPhy2M; in GetPhyBitmask()
932 phy_bitmask |= bluetooth::hci::kIsoCigPhy2M; in GetPreferredPhyBitmask()
Ddevice_groups.cc669 phy_bitfield |= bluetooth::hci::kIsoCigPhy2M; in GetPhyBitmask()
708 if (phy_bitfield & bluetooth::hci::kIsoCigPhy2M) in GetTargetPhy()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils_unittest.cc645 .phy = hci::kIsoCigPhy2M, in PrepareReferenceBroadcastConfigurationLc3()