Searched refs:To128BitLE (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 268 ARRAY_TO_STREAM(p, service.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash() 280 ARRAY_TO_STREAM(p, is.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash() 293 ARRAY_TO_STREAM(p, c.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash()
|
/packages/modules/Bluetooth/system/types/bluetooth/ |
D | uuid.h | 95 const UUID128Bit To128BitLE() const;
|
D | uuid.cc | 145 const UUID128Bit Uuid::To128BitLE() const { in To128BitLE() function in bluetooth::Uuid
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | uuid.h | 110 UUID128Bit To128BitLE() const;
|
D | uuid.cc | 169 UUID128Bit Uuid::To128BitLE() const { in To128BitLE() function in bluetooth::hci::Uuid
|
D | le_scanning_manager.cc | 942 auto data = uuid.To128BitLE(); in update_uuid_filter() 961 auto data = uuid_mask.To128BitLE(); in update_uuid_filter()
|
/packages/modules/Bluetooth/system/bta/groups/ |
D | groups.cc | 195 Uuid::UUID128Bit uuid128 = g.GetUuid().To128BitLE(); in SerializeGroups()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 127 memcpy(cl_req.find_type_value.value, p_clcb->uuid.To128BitLE().data(), in gatt_act_discovery() 131 memcpy(cl_req.find_type_value.value, p_clcb->uuid.To128BitLE().data(), in gatt_act_discovery()
|
D | gatt_db.cc | 213 ARRAY_TO_STREAM(p, val_attr->uuid.To128BitLE(), (int)Uuid::kNumBytes128); in read_attr_value()
|
D | gatt_sr.cc | 644 ARRAY_TO_STREAM(p, attr.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_find_info_rsp() 648 ARRAY_TO_STREAM(p, attr.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_find_info_rsp()
|
D | gatt_utils.cc | 565 ARRAY_TO_STREAM(p, uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_uuid_to_stream() 568 ARRAY_TO_STREAM(p, uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_uuid_to_stream()
|