Home
last modified time | relevance | path

Searched refs:GetDataTypes (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/discovery/device/
Ddata_parser.h32 std::vector<hci::GapDataType> GetDataTypes() const;
Ddata_parser.cc47 std::vector<hci::GapDataType> DataParser::GetDataTypes() const { in GetDataTypes() function in bluetooth::discovery::device::DataParser
Deir_data_unittest.cc77 std::vector<hci::GapDataType> gap_data_types = eir_data.GetDataTypes(); in TEST()