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.cc261 int btif_is_enabled(void) { in btif_is_enabled() function
870 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_get_adapter_properties()
893 if (!btif_is_enabled() && (type != BT_PROPERTY_BDADDR) && in btif_get_adapter_property()
926 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_set_adapter_property()
1024 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_get_remote_device_property()
1045 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_get_remote_device_properties()
1068 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_set_remote_device_property()
1091 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in btif_get_remote_service_record()
1135 if (btif_is_enabled()) { in btif_enable_service()
1167 if (btif_is_enabled()) { in btif_disable_service()
Dbtif_pan.cc684 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) { in btu_exec_tap_fd_read()
Dbtif_av.cc1498 if (btif_is_enabled() == 0) { in btif_av_stream_ready()
Dbtif_hl.cc4524 if (btif_is_enabled()) { in btif_hl_close_select_thread()
/system/bt/btif/include/
Dbtif_common.h229 int btif_is_enabled(void);