Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc141 int btif_is_enabled(void) { in btif_is_enabled() function
706 if (btif_is_enabled()) { in btif_enable_service()
724 if (btif_is_enabled()) { in btif_disable_service()
Dbluetooth.cc517 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_adapter_properties()
525 if (!btif_is_enabled() && (type != BT_PROPERTY_BDADDR) && in get_adapter_property()
534 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in set_adapter_property()
556 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_remote_device_properties()
565 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in get_remote_device_property()
574 if (!btif_is_enabled()) return BT_STATUS_NOT_READY; in set_remote_device_property()
Dbtif_pan.cc655 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) { in btu_exec_tap_fd_read()
Dbtif_av.cc3879 if (btif_is_enabled() == 0) { in btif_av_stream_ready()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_core.cc53 int btif_is_enabled(void) { in btif_is_enabled() function
/packages/modules/Bluetooth/system/btif/include/
Dbtif_common.h123 int btif_is_enabled(void);