Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/headless/
Dproperty.cc117 const ::bt_property_t& bt_property) { in property_factory()
118 const uint8_t* data = static_cast<uint8_t*>(bt_property.val); in property_factory()
119 const size_t size = static_cast<size_t>(bt_property.len); in property_factory()
125 const auto factory = property_map.find(bt_property.type); in property_factory()
129 return new headless::property::void_t(data, size, bt_property.type); in property_factory()
Dproperty.h200 const ::bt_property_t& bt_property);
203 T* get_property_type(bluetooth::test::headless::bt_property_t* bt_property) { in get_property_type() argument
204 return static_cast<T*>(bt_property); in get_property_type()
/packages/modules/Bluetooth/system/gd/discovery/
DAndroid.bp4 "device/bt_property.cc",