Searched refs:BR_EDR (Results 1 – 15 of 15) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | remote_loopback_device.cc | 49 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/ |
D | phy.h | 25 BR_EDR, enumerator
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection.h | 53 Phy::Type type_{Phy::Type::BR_EDR};
|
D | acl_connection_handler.cc | 116 Phy::Type::BR_EDR}); in CreateConnection() 191 return Phy::Type::BR_EDR; in GetPhyType()
|
D | link_layer_controller.cc | 61 send_to_remote_(shared_packet, Phy::Type::BR_EDR); in SendLinkLayerPacket() 183 case Phy::Type::BR_EDR: in SendAclToRemote()
|
/system/bt/gd/security/record/ |
D | security_record_storage.cc | 40 if (*device.GetDeviceType() == hci::DeviceType::BR_EDR) { in SetLeData() 111 mutation.Add(device.SetDeviceType(hci::DeviceType::BR_EDR)); in SaveSecurityRecords() 132 …auto address_type = (device.GetDeviceType() == hci::DeviceType::BR_EDR) ? hci::AddressType::PUBLIC… in LoadSecurityRecords() 140 if (device.GetDeviceType() != hci::DeviceType::BR_EDR) { in LoadSecurityRecords()
|
/system/bt/gd/storage/ |
D | device_test.cc | 132 mutation.Add(device.SetDeviceType(DeviceType::BR_EDR)); in TEST() 135 ASSERT_THAT(device.GetDeviceType(), Optional(Eq(DeviceType::BR_EDR))); in TEST() 156 mutation.Add(device.SetDeviceType(DeviceType::BR_EDR)); in TEST() 159 ASSERT_THAT(device.GetDeviceType(), Optional(Eq(DeviceType::BR_EDR))); in TEST()
|
D | config_cache_test.cc | 286 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()
|
D | device.cc | 105 ASSERT(device_type == DeviceType::BR_EDR || device_type == DeviceType::DUAL); in Classic()
|
D | config_cache.cc | 371 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/ |
D | test_command_handler.cc | 154 Phy::Type phy_type = Phy::Type::BR_EDR; in AddRemote() 185 model_.AddPhy(Phy::Type::BR_EDR); in AddPhy()
|
D | phy_layer_factory.cc | 99 case Phy::Type::BR_EDR: in ToString()
|
D | test_model.cc | 179 AddLinkLayerConnection(socket_fd, Phy::Type::BR_EDR); in IncomingLinkLayerConnection()
|
/system/bt/gd/hci/ |
D | enum_helper.h | 28 enum DeviceType { UNKNOWN = 0, BR_EDR = 1, LE = 2, DUAL = 3 }; enumerator
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 184 test_model_.AddPhy(test_vendor_lib::Phy::Type::BR_EDR); in initialize_impl()
|