Searched refs:BR_EDR (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache_test.cc | 294 Optional(StrEq(std::to_string(bluetooth::hci::DeviceType::BR_EDR)))); in TEST() 306 std::to_string(bluetooth::hci::DeviceType::BR_EDR)); in TEST() 312 std::to_string(bluetooth::hci::DeviceType::BR_EDR)); in TEST() 322 Optional(StrEq(std::to_string(bluetooth::hci::DeviceType::BR_EDR)))); in TEST() 334 std::to_string(bluetooth::hci::DeviceType::BR_EDR)); in TEST() 340 std::to_string(bluetooth::hci::DeviceType::BR_EDR)); in TEST() 363 std::to_string(bluetooth::hci::DeviceType::BR_EDR)); in TEST() 369 std::to_string(bluetooth::hci::DeviceType::BR_EDR)); in TEST() 391 std::to_string(bluetooth::hci::DeviceType::BR_EDR)); in TEST()
|
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 | device.cc | 110 device_type == DeviceType::BR_EDR || device_type == DeviceType::DUAL, in Classic()
|
D | config_cache.cc | 467 hci::DeviceType device_type = hci::DeviceType::BR_EDR; in FixDeviceTypeInconsistencyInSection() 479 device_type = hci::DeviceType::BR_EDR; in FixDeviceTypeInconsistencyInSection()
|
/packages/modules/Bluetooth/system/gd/security/record/ |
D | security_record_storage.cc | 44 if (*device.GetDeviceType() == hci::DeviceType::BR_EDR) { in SetLeData() 118 mutation.Add(device.SetDeviceType(hci::DeviceType::BR_EDR)); in SaveSecurityRecords() 139 …auto address_type = (device.GetDeviceType() == hci::DeviceType::BR_EDR) ? hci::AddressType::PUBLIC… in LoadSecurityRecords() 147 if (device.GetDeviceType() != hci::DeviceType::BR_EDR) { in LoadSecurityRecords()
|
/packages/modules/Bluetooth/tools/rootcanal/include/ |
D | phy.h | 25 BR_EDR, enumerator
|
/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | test_environment.cc | 183 Phy::Type::BR_EDR); in initialize() 210 auto phy_type = Phy::Type::BR_EDR; in SetUpLinkLayerServer()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | acl_connection_handler.cc | 154 AddressWithType(), Phy::Type::BR_EDR, in CreateConnection() 216 connection.GetPhyType() == Phy::Type::BR_EDR) { in GetAclConnectionHandle() 281 return Phy::Type::BR_EDR; in GetPhyType()
|
D | acl_connection.h | 89 Phy::Type type_{Phy::Type::BR_EDR};
|
D | link_layer_controller.cc | 2142 send_to_remote_(shared_packet, Phy::Type::BR_EDR, tx_power); in SendLinkLayerPacket() 2240 case Phy::Type::BR_EDR: in SendAclToRemote() 2715 auto is_br_edr = connections_.GetPhyType(handle) == Phy::Type::BR_EDR; in IncomingDisconnectPacket() 5528 auto is_br_edr = connections_.GetPhyType(handle) == Phy::Type::BR_EDR; in Disconnect()
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_command_handler.cc | 135 Phy::Type phy_type = Phy::Type::BR_EDR; in AddRemote() 170 model_.AddPhy(Phy::Type::BR_EDR); in AddPhy()
|
D | phy_layer.cc | 81 case Phy::Type::BR_EDR: in ToString()
|
D | test_model.cc | 179 type == Phy::Type::BR_EDR ? "BR_EDR" : "LOW_ENERGY"); in AddLinkLayerConnection()
|
/packages/modules/Bluetooth/tools/rootcanal/hal/ |
D | bluetooth_hci.cc | 178 size_t classic_phy_index = test_model_.AddPhy(rootcanal::Phy::Type::BR_EDR); in initialize_impl() 208 auto phy_type = Phy::Type::BR_EDR; in initialize_impl()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | enum_helper.h | 28 enum DeviceType { UNKNOWN = 0, BR_EDR = 1, LE = 2, DUAL = 3 }; enumerator
|