Searched refs:bt_discovery_state_text (Results 1 – 3 of 3) sorted by relevance
22 std::string bt_discovery_state_text(const bt_discovery_state_t& state);
37 std::string bt_discovery_state_text(const bt_discovery_state_t& state) { in bt_discovery_state_text() function
171 return fmt::format("state:{}", bt_discovery_state_text(state)); in ToString()