Home
last modified time | relevance | path

Searched refs:BR_EDR (Results 1 – 14 of 14) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dremote_loopback_device.cc49 Phy::Type phy_type = Phy::Type::BR_EDR; in IncomingPacket()
57 Phy::Type::BR_EDR); in IncomingPacket()
/system/bt/vendor_libs/test_vendor_lib/include/
Dphy.h25 BR_EDR, enumerator
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dacl_connection.h53 Phy::Type type_{Phy::Type::BR_EDR};
Dacl_connection_handler.cc119 Phy::Type::BR_EDR}); in CreateConnection()
194 return Phy::Type::BR_EDR; in GetPhyType()
Dlink_layer_controller.cc58 send_to_remote_(std::move(shared_packet), Phy::Type::BR_EDR); in SendLinkLayerPacket()
156 case Phy::Type::BR_EDR: in SendAclToRemote()
/system/bt/gd/storage/
Ddevice_test.cc130 mutation.Add(device.SetDeviceType(DeviceType::BR_EDR)); in TEST()
133 ASSERT_THAT(device.GetDeviceType(), Optional(Eq(DeviceType::BR_EDR))); in TEST()
154 mutation.Add(device.SetDeviceType(DeviceType::BR_EDR)); in TEST()
157 ASSERT_THAT(device.GetDeviceType(), Optional(Eq(DeviceType::BR_EDR))); in TEST()
Dconfig_cache_test.cc286 Optional(StrEq(std::to_string(bluetooth::hci::DeviceType::BR_EDR)))); in TEST()
288 …ig.SetProperty("CC:DD:EE:FF:00:11", "DevType", std::to_string(bluetooth::hci::DeviceType::BR_EDR)); in TEST()
293 Optional(StrEq(std::to_string(bluetooth::hci::DeviceType::BR_EDR)))); in TEST()
Ddevice.cc105 ASSERT(device_type == DeviceType::BR_EDR || device_type == DeviceType::DUAL); in Classic()
Dconfig_cache.cc371 hci::DeviceType device_type = hci::DeviceType::BR_EDR; in FixDeviceTypeInconsistencyInSection()
383 device_type = hci::DeviceType::BR_EDR; in FixDeviceTypeInconsistencyInSection()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_command_handler.cc132 Phy::Type phy_type = Phy::Type::BR_EDR; in AddRemote()
163 model_.AddPhy(Phy::Type::BR_EDR); in AddPhy()
Dphy_layer_factory.cc97 case Phy::Type::BR_EDR: in ToString()
Dtest_model.cc175 AddLinkLayerConnection(socket_fd, Phy::Type::BR_EDR); in IncomingLinkLayerConnection()
/system/bt/gd/hci/
Denum_helper.h28 enum DeviceType { UNKNOWN = 0, BR_EDR = 1, LE = 2, DUAL = 3 }; enumerator
/system/bt/test/rootcanal/
Dbluetooth_hci.cc174 test_model_.AddPhy(test_vendor_lib::Phy::Type::BR_EDR); in initialize_impl()