Home
last modified time | relevance | path

Searched refs:To128BitLE (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/bt/bta/gatt/
H A Ddatabase.cc256 ARRAY_TO_STREAM(p, service.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash()
268 ARRAY_TO_STREAM(p, is.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash()
281 ARRAY_TO_STREAM(p, c.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash()
/aosp12/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
H A Duuid.h97 const UUID128Bit To128BitLE() const;
H A Duuid.cc137 const UUID128Bit Uuid::To128BitLE() const { in To128BitLE() function in bluetooth::Uuid
/aosp12/system/bt/types/bluetooth/
H A Duuid.h97 const UUID128Bit To128BitLE() const;
H A Duuid.cc142 const UUID128Bit Uuid::To128BitLE() const { in To128BitLE() function in bluetooth::Uuid
/aosp12/system/bt/gd/hci/
H A Duuid.h113 UUID128Bit To128BitLE() const;
H A Duuid.cc169 UUID128Bit Uuid::To128BitLE() const { in To128BitLE() function in bluetooth::hci::Uuid
H A Dle_scanning_manager.cc756 auto data = uuid.To128BitLE(); in update_uuid_filter()
775 auto data = uuid_mask.To128BitLE(); in update_uuid_filter()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_adv_filter.cc574 const auto& tmp = uuid.To128BitLE(); in BTM_LE_PF_uuid_filter()
591 const auto& tmp = uuid_mask.To128BitLE(); in BTM_LE_PF_uuid_filter()
/aosp12/system/bt/stack/gatt/
H A Dgatt_cl.cc123 memcpy(cl_req.find_type_value.value, p_clcb->uuid.To128BitLE().data(), in gatt_act_discovery()
127 memcpy(cl_req.find_type_value.value, p_clcb->uuid.To128BitLE().data(), in gatt_act_discovery()
H A Dgatt_sr.cc609 ARRAY_TO_STREAM(p, attr.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_find_info_rsp()
613 ARRAY_TO_STREAM(p, attr.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_find_info_rsp()
H A Dgatt_utils.cc478 ARRAY_TO_STREAM(p, uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_uuid_to_stream()
481 ARRAY_TO_STREAM(p, uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_uuid_to_stream()
H A Dgatt_db.cc209 ARRAY_TO_STREAM(p, val_attr->uuid.To128BitLE(), (int)Uuid::kNumBytes128); in read_attr_value()
/aosp12/system/bt/service/client/
H A Dmain.cc714 auto uuid_bytes = uuid.To128BitLE(); in HandleStartAdv()