Lines Matching defs:property
120 void property_free(bt_property_t* property) { in property_free()
134 bool property_is_addr(const bt_property_t* property) { in property_is_addr()
139 bool property_is_device_class(const bt_property_t* property) { in property_is_device_class()
144 bool property_is_device_type(const bt_property_t* property) { in property_is_device_type()
149 bool property_is_discovery_timeout(const bt_property_t* property) { in property_is_discovery_timeout()
154 bool property_is_name(const bt_property_t* property) { in property_is_name()
159 bool property_is_rssi(const bt_property_t* property) { in property_is_rssi()
164 bool property_is_scan_mode(const bt_property_t* property) { in property_is_scan_mode()
169 bool property_is_uuids(const bt_property_t* property) { in property_is_uuids()
175 const RawAddress* property_as_addr(const bt_property_t* property) { in property_as_addr()
181 const bt_property_t* property) { in property_as_device_class()
186 bt_device_type_t property_as_device_type(const bt_property_t* property) { in property_as_device_type()
191 uint32_t property_as_discovery_timeout(const bt_property_t* property) { in property_as_discovery_timeout()
196 const bt_bdname_t* property_as_name(const bt_property_t* property) { in property_as_name()
201 int8_t property_as_rssi(const bt_property_t* property) { in property_as_rssi()
206 bt_scan_mode_t property_as_scan_mode(const bt_property_t* property) { in property_as_scan_mode()
211 const Uuid* property_as_uuids(const bt_property_t* property, size_t* count) { in property_as_uuids()
219 bt_property_t* property = in property_new_() local