/packages/modules/Bluetooth/system/test/suite/gatt/ |
D | gatt_unittest.cc | 31 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/ |
D | uuid.cc | 31 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()
|
D | uuid_unittest.cc | 26 static const Uuid ONES = Uuid::From128BitBE( 29 static const Uuid SEQUENTIAL = Uuid::From128BitBE( 32 static const Uuid kBase = Uuid::From128BitBE(
|
D | uuid.h | 93 static Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE() function 100 static Uuid From128BitBE(const uint8_t* uuid);
|
/packages/modules/Bluetooth/system/types/bluetooth/ |
D | uuid.cc | 35 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()
|
D | uuid.h | 78 static constexpr Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE() function 85 static Uuid From128BitBE(const uint8_t* uuid);
|
/packages/modules/Bluetooth/system/bta/groups/ |
D | groups_test.cc | 174 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/ |
D | uuid_unittest.cc | 24 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/ |
D | bta_dm_cust_uuid_test.cc | 30 static const Uuid uuid1 = Uuid::From128BitBE( 33 static const Uuid uuid2 = Uuid::From128BitBE(
|
/packages/modules/Bluetooth/system/btcore/test/ |
D | property_test.cc | 138 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/ |
D | bnep_fuzzer.cc | 145 BNEP_Connect(kDummyRemoteAddr, Uuid::From128BitBE(kDummySrcUuid), in Fuzz() 146 Uuid::From128BitBE(kDummyDstUuid), &handle, 0); in Fuzz()
|
D | gatt_fuzzer.cc | 159 Uuid app_uuid = Uuid::From128BitBE(tmp); in GattInit()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | distance_measurement_manager.cc | 122 bluetooth::Uuid::From128BitBE(characteristic.characteristicUuid_); in OnVendorSpecificCharacteristics() 141 bluetooth::Uuid::From128BitBE(characteristic.characteristicUuid_); in OnVendorSpecificReply()
|
D | le_scanning_manager.cc | 167 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/ |
D | commonFuzzHelpers.h | 77 return bluetooth::Uuid::From128BitBE(bytes_vect.data()); in generateArbitraryUuid()
|
/packages/modules/Bluetooth/system/btcore/fuzzer/ |
D | btcore_property_fuzzer.cpp | 83 Uuid uuidBE = Uuid::From128BitBE(uuid); in process()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_api.cc | 269 *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/ |
D | data_element_reader.cc | 169 return Uuid::From128BitBE(uuid_array); in ReadUuid()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | property.h | 117 bluetooth::Uuid uuid = bluetooth::Uuid::From128BitBE( in get_uuids()
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_parse_test.cc | 144 bluetooth::Uuid::From128BitBE(
|
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_utils.cc | 602 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/ |
D | data_element_reader_test.cc | 146 Uuid::From128BitBE({0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_l2cap.cc | 519 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/ |
D | gap_ble.cc | 414 Uuid app_uuid = Uuid::From128BitBE(tmp); in gap_attr_db_init()
|
/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | stack_gatt_test.cc | 164 bluetooth::Uuid uuid = bluetooth::Uuid::From128BitBE( in TEST_F()
|