Searched refs:BT_STATUS_NOT_READY (Results 1 – 17 of 17) sorted by relevance
191 if (!interface_ready()) return BT_STATUS_NOT_READY; in enable()198 if (!interface_ready()) return BT_STATUS_NOT_READY; in disable()220 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_adapter_properties()230 return BT_STATUS_NOT_READY; in get_adapter_property()237 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in set_adapter_property()261 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_remote_device_properties()270 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_remote_device_property()279 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in set_remote_device_property()292 if (!interface_ready()) return BT_STATUS_NOT_READY; in get_remote_services()300 if (!interface_ready()) return BT_STATUS_NOT_READY; in start_discovery()[all …]
90 CASE_RETURN_TEXT(BT_STATUS_NOT_READY); in BtStatusText()
218 if (!interface_ready()) return BT_STATUS_NOT_READY; in enable()225 if (!interface_ready()) return BT_STATUS_NOT_READY; in disable()247 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_adapter_properties()257 return BT_STATUS_NOT_READY; in get_adapter_property()264 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in set_adapter_property()288 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_remote_device_properties()297 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_remote_device_property()306 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in set_remote_device_property()319 if (!interface_ready()) return BT_STATUS_NOT_READY; in get_remote_services()327 if (!interface_ready()) return BT_STATUS_NOT_READY; in start_discovery()[all …]
455 return BT_STATUS_NOT_READY; in unregister_app()461 return BT_STATUS_NOT_READY; in unregister_app()489 return BT_STATUS_NOT_READY; in connect()495 return BT_STATUS_NOT_READY; in connect()517 return BT_STATUS_NOT_READY; in disconnect()523 return BT_STATUS_NOT_READY; in disconnect()548 return BT_STATUS_NOT_READY; in send_report()554 return BT_STATUS_NOT_READY; in send_report()588 return BT_STATUS_NOT_READY; in report_error()594 return BT_STATUS_NOT_READY; in report_error()[all …]
95 return BT_STATUS_NOT_READY; \839 return BT_STATUS_NOT_READY; in ConnectAudio()902 return BT_STATUS_NOT_READY; in StartVoiceRecognition()926 return BT_STATUS_NOT_READY; in StopVoiceRecognition()1153 return BT_STATUS_NOT_READY; in PhoneStateChange()
119 return BT_STATUS_NOT_READY; \129 return BT_STATUS_NOT_READY; \133 return BT_STATUS_NOT_READY; \
2994 return BT_STATUS_NOT_READY; in src_connect_sink()3010 return BT_STATUS_NOT_READY; in sink_connect_src()3023 return BT_STATUS_NOT_READY; in src_disconnect_sink()3039 return BT_STATUS_NOT_READY; in sink_disconnect_src()3055 return BT_STATUS_NOT_READY; in sink_set_active_device()3077 return BT_STATUS_NOT_READY; in src_set_silence_sink()3089 return BT_STATUS_NOT_READY; in src_set_active_sink()3113 return BT_STATUS_NOT_READY; in codec_config_src()
329 CASE_RETURN_STR(BT_STATUS_NOT_READY) in dump_bt_status()
282 if (!is_init_done()) return BT_STATUS_NOT_READY; in btsock_rfc_listen()337 if (!is_init_done()) return BT_STATUS_NOT_READY; in btsock_rfc_connect()
70 return BT_STATUS_NOT_READY; \
99 return BT_STATUS_NOT_READY; \
767 if (!is_inited()) return BT_STATUS_NOT_READY; in btsock_l2cap_listen_or_connect()
101 return BT_STATUS_NOT_READY; \109 return BT_STATUS_NOT_READY; \626 bt_status_t status = BT_STATUS_NOT_READY; in handle_rc_features()2608 status = BT_STATUS_NOT_READY; in set_volume()
110 return BT_STATUS_NOT_READY; \
92 BT_STATUS_NOT_READY, enumerator113 case BT_STATUS_NOT_READY: in bt_status_text()
80 public static final int BT_STATUS_NOT_READY = 2; field in AbstractionLayer
516 std::make_pair(BT_STATUS_NOT_READY, "BT_STATUS_NOT_READY"), in TEST_F()