Home
last modified time | relevance | path

Searched refs:btif_is_enabled (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_core.cc264 int btif_is_enabled(void) { in btif_is_enabled() function
841 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_get_adapter_properties()
864 if (!btif_is_enabled() && (type != BT_PROPERTY_BDADDR) && in btif_get_adapter_property()
897 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_set_adapter_property()
1011 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_get_remote_device_property()
1032 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_get_remote_device_properties()
1055 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_set_remote_device_property()
1078 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_get_remote_service_record()
1122 if (btif_is_enabled()) { in btif_enable_service()
1154 if (btif_is_enabled()) { in btif_disable_service()
Dbtif_pan.cc677 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) { in btu_exec_tap_fd_read()
Dbtif_av.cc2905 if (btif_is_enabled() == 0) { in btif_av_stream_ready()
Dbtif_hl.cc4465 if (btif_is_enabled()) { in btif_hl_close_select_thread()
/system/bt/btif/include/
Dbtif_common.h201 int btif_is_enabled(void);