Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbluetooth.cc214 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_adapter_properties()
222 if (!btif_is_enabled() && (type != BT_PROPERTY_BDADDR) && in get_adapter_property()
231 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in set_adapter_property()
255 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_remote_device_properties()
264 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_remote_device_property()
273 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in set_remote_device_property()
H A Dbtif_core.cc200 int btif_is_enabled(void) { in btif_is_enabled() function
786 if (btif_is_enabled()) { in btif_enable_service()
805 if (btif_is_enabled()) { in btif_disable_service()
H A Dbtif_pan.cc658 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) { in btu_exec_tap_fd_read()
H A Dbtif_av.cc3117 if (btif_is_enabled() == 0) { in btif_av_stream_ready()
/aosp12/system/bt/test/mock/
H A Dmock_btif_core.cc100 int btif_is_enabled(void) { in btif_is_enabled() function
/aosp12/system/bt/btif/include/
H A Dbtif_common.h177 int btif_is_enabled(void);