Searched refs:adapter_properties (Results 1 – 2 of 2) sorted by relevance
157 … CALL_AND_WAIT(error = bt_interface->get_adapter_property(BT_PROPERTY_BDNAME), adapter_properties); in main()177 CALL_AND_WAIT(error = bt_interface->set_adapter_property(property), adapter_properties); in main()182 … CALL_AND_WAIT(error = bt_interface->get_adapter_property(BT_PROPERTY_BDNAME), adapter_properties); in main()198 CALL_AND_WAIT(bt_interface->set_adapter_property(property), adapter_properties); in main()
77 void adapter_properties(bt_status_t status, in adapter_properties() function