Home
last modified time | relevance | path

Searched refs:From128BitBE (Results 1 – 25 of 32) sorted by relevance

12

/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_unittest.cc31 bluetooth::Uuid gatt_client_uuid = bluetooth::Uuid::From128BitBE( in TEST_F()
44 bluetooth::Uuid gatt_server_uuid = bluetooth::Uuid::From128BitBE( in TEST_F()
57 bluetooth::Uuid gatt_server_uuid = bluetooth::Uuid::From128BitBE( in TEST_F()
65 bluetooth::Uuid srvc_uuid = bluetooth::Uuid::From128BitBE( in TEST_F()
69 bluetooth::Uuid char_uuid = bluetooth::Uuid::From128BitBE( in TEST_F()
73 bluetooth::Uuid desc_uuid = bluetooth::Uuid::From128BitBE( in TEST_F()
/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc31 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}});
34 Uuid kBase = Uuid::From128BitBE(
151 Uuid Uuid::From128BitBE(const uint8_t* uuid) { in From128BitBE() function in bluetooth::hci::Uuid
154 return From128BitBE(tmp); in From128BitBE()
Duuid_unittest.cc26 static const Uuid ONES = Uuid::From128BitBE(
29 static const Uuid SEQUENTIAL = Uuid::From128BitBE(
32 static const Uuid kBase = Uuid::From128BitBE(
Duuid.h93 static Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE() function
100 static Uuid From128BitBE(const uint8_t* uuid);
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc35 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}});
38 constexpr Uuid kBase = Uuid::From128BitBE(
127 Uuid Uuid::From128BitBE(const uint8_t* uuid) { in From128BitBE() function in bluetooth::Uuid
130 return From128BitBE(tmp); in From128BitBE()
Duuid.h78 static constexpr Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE() function
85 static Uuid From128BitBE(const uint8_t* uuid);
/packages/modules/Bluetooth/system/bta/groups/
Dgroups_test.cc174 Uuid::From128BitBE(bluetooth::os::GenerateRandom<Uuid::kNumBytes128>()); in TEST_F()
176 Uuid::From128BitBE(bluetooth::os::GenerateRandom<Uuid::kNumBytes128>()); in TEST_F()
196 Uuid::From128BitBE(bluetooth::os::GenerateRandom<Uuid::kNumBytes128>()); in TEST_F()
198 Uuid::From128BitBE(bluetooth::os::GenerateRandom<Uuid::kNumBytes128>()); in TEST_F()
279 Uuid::From128BitBE(bluetooth::os::GenerateRandom<Uuid::kNumBytes128>()); in TEST_F()
281 Uuid::From128BitBE(bluetooth::os::GenerateRandom<Uuid::kNumBytes128>()); in TEST_F()
/packages/modules/Bluetooth/system/types/test/bluetooth/
Duuid_unittest.cc24 static const Uuid ONES = Uuid::From128BitBE(
28 static const Uuid SEQUENTIAL = Uuid::From128BitBE(
32 constexpr Uuid kBase = Uuid::From128BitBE(
/packages/modules/Bluetooth/system/bta/test/
Dbta_dm_cust_uuid_test.cc30 static const Uuid uuid1 = Uuid::From128BitBE(
33 static const Uuid uuid2 = Uuid::From128BitBE(
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc138 Uuid uuid0 = Uuid::From128BitBE({{ in TEST_F()
158 Uuid::From128BitBE({{ in TEST_F()
162 Uuid::From128BitBE({{ in TEST_F()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dbnep_fuzzer.cc145 BNEP_Connect(kDummyRemoteAddr, Uuid::From128BitBE(kDummySrcUuid), in Fuzz()
146 Uuid::From128BitBE(kDummyDstUuid), &handle, 0); in Fuzz()
Dgatt_fuzzer.cc159 Uuid app_uuid = Uuid::From128BitBE(tmp); in GattInit()
/packages/modules/Bluetooth/system/main/shim/
Ddistance_measurement_manager.cc122 bluetooth::Uuid::From128BitBE(characteristic.characteristicUuid_); in OnVendorSpecificCharacteristics()
141 bluetooth::Uuid::From128BitBE(characteristic.characteristicUuid_); in OnVendorSpecificReply()
Dle_scanning_manager.cc167 auto app_uuid = bluetooth::hci::Uuid::From128BitBE(uuid.To128BitBE()); in RegisterScanner()
505 auto uuid = bluetooth::Uuid::From128BitBE(app_uuid.To128BitBE()); in OnScannerRegistered()
688 bluetooth::hci::Uuid::From128BitBE(apcf_command.uuid.To128BitBE()); in parse_filter_command()
709 bluetooth::hci::Uuid::From128BitBE( in parse_filter_command()
/packages/modules/Bluetooth/system/stack/test/fuzzers/common/
DcommonFuzzHelpers.h77 return bluetooth::Uuid::From128BitBE(bytes_vect.data()); in generateArbitraryUuid()
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_property_fuzzer.cpp83 Uuid uuidBE = Uuid::From128BitBE(uuid); in process()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc269 *p_uuid = Uuid::From128BitBE(p_sattr->attr_value.v.array); in SDP_FindServiceUUIDInRec()
337 *p_uuid = Uuid::From128BitBE(p_sattr->attr_value.v.array); in SDP_FindServiceUUIDInRec_128bit()
349 *p_uuid = Uuid::From128BitBE(p_attr->attr_value.v.array); in SDP_FindServiceUUIDInRec_128bit()
/packages/modules/Bluetooth/system/profile/sdp/common/
Ddata_element_reader.cc169 return Uuid::From128BitBE(uuid_array); in ReadUuid()
/packages/modules/Bluetooth/system/test/headless/
Dproperty.h117 bluetooth::Uuid uuid = bluetooth::Uuid::From128BitBE( in get_uuids()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_parse_test.cc144 bluetooth::Uuid::From128BitBE(
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc602 p_bcb->src_uuid = Uuid::From128BitBE(p_setup); in bnep_process_setup_conn_req()
605 p_bcb->dst_uuid = Uuid::From128BitBE(p_setup); in bnep_process_setup_conn_req()
/packages/modules/Bluetooth/system/profile/sdp/common/test/
Ddata_element_reader_test.cc146 Uuid::From128BitBE({0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc519 Uuid::From128BitBE(bluetooth::os::GenerateRandom<Uuid::kNumBytes128>()); in on_srv_l2cap_psm_connect_l()
561 Uuid::From128BitBE(bluetooth::os::GenerateRandom<Uuid::kNumBytes128>()); in on_cl_l2cap_psm_connect_l()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc414 Uuid app_uuid = Uuid::From128BitBE(tmp); in gap_attr_db_init()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dstack_gatt_test.cc164 bluetooth::Uuid uuid = bluetooth::Uuid::From128BitBE( in TEST_F()

12