Lines Matching refs:property
120 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in main() local
122 int rc = bt_interface->set_adapter_property(property); in main()
127 property_free(property); in main()
162 bt_property_t *property = adapter_get_property(BT_PROPERTY_BDNAME); in main() local
163 const bt_bdname_t *name = property_as_name(property); in main()
174 bt_property_t *property = property_new_name(bd_name); in main() local
177 CALL_AND_WAIT(error = bt_interface->set_adapter_property(property), adapter_properties); in main()
187 property_free(property); in main()
197 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in main() local
198 CALL_AND_WAIT(bt_interface->set_adapter_property(property), adapter_properties); in main()
199 property_free(property); in main()