Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1569 auto uuid_128bit = uuid.To128BitBE(); in btif_dm_search_devices_evt() local
1570 property_value.insert(property_value.end(), uuid_128bit.begin(), in btif_dm_search_devices_evt()
1571 uuid_128bit.end()); in btif_dm_search_devices_evt()
1755 auto uuid_128bit = uuid.To128BitBE(); in btif_on_service_discovery_results() local
1756 property_value.insert(property_value.end(), uuid_128bit.begin(), in btif_on_service_discovery_results()
1757 uuid_128bit.end()); in btif_on_service_discovery_results()
1797 auto uuid_128bit = eir_uuid.To128BitBE(); in btif_on_service_discovery_results() local
1798 property_value.insert(property_value.end(), uuid_128bit.begin(), in btif_on_service_discovery_results()
1799 uuid_128bit.end()); in btif_on_service_discovery_results()
1972 auto uuid_128bit = uuid.To128BitBE(); in btif_on_gatt_results() local
[all …]