Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1616 std::vector<uint8_t> bredr_property_value; in btif_on_service_discovery_results() local
1641 bredr_property_value.insert(bredr_property_value.end(), uuid_128bit.begin(), in btif_on_service_discovery_results()
1649 (void*)bredr_property_value.data()}; in btif_on_service_discovery_results()
1702 bredr_property_value.insert(bredr_property_value.end(), uuid_128bit.begin(), in btif_on_service_discovery_results()
1708 bredr_prop.val = (void*)bredr_property_value.data(); in btif_on_service_discovery_results()
1877 std::vector<uint8_t> bredr_property_value; in btif_on_gatt_results() local
1881 bredr_property_value.insert(bredr_property_value.end(), uuid_128bit.begin(), uuid_128bit.end()); in btif_on_gatt_results()
1886 (void*)bredr_property_value.data()}); in btif_on_gatt_results()