Lines Matching defs:property

111 void property_free(bt_property_t *property) {  in property_free()
126 bool property_is_addr(const bt_property_t *property) { in property_is_addr()
131 bool property_is_device_class(const bt_property_t *property) { in property_is_device_class()
136 bool property_is_device_type(const bt_property_t *property) { in property_is_device_type()
141 bool property_is_discovery_timeout(const bt_property_t *property) { in property_is_discovery_timeout()
146 bool property_is_name(const bt_property_t *property) { in property_is_name()
151 bool property_is_rssi(const bt_property_t *property) { in property_is_rssi()
156 bool property_is_scan_mode(const bt_property_t *property) { in property_is_scan_mode()
161 bool property_is_uuids(const bt_property_t *property) { in property_is_uuids()
167 const bt_bdaddr_t *property_as_addr(const bt_property_t *property) { in property_as_addr()
172 const bt_device_class_t *property_as_device_class(const bt_property_t *property) { in property_as_device_class()
177 bt_device_type_t property_as_device_type(const bt_property_t *property) { in property_as_device_type()
182 uint32_t property_as_discovery_timeout(const bt_property_t *property) { in property_as_discovery_timeout()
187 const bt_bdname_t *property_as_name(const bt_property_t *property) { in property_as_name()
192 int8_t property_as_rssi(const bt_property_t *property) { in property_as_rssi()
197 bt_scan_mode_t property_as_scan_mode(const bt_property_t *property) { in property_as_scan_mode()
202 const bt_uuid_t *property_as_uuids(const bt_property_t *property, size_t *count) { in property_as_uuids()
209 bt_property_t *property = osi_calloc(sizeof(bt_property_t)); in property_new_() local