Home
last modified time | relevance | path

Searched defs:IsEnabled (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl33 boolean IsEnabled(); in IsEnabled() method
/system/bt/service/test/
Dadapter_unittest.cc110 TEST_F(AdapterTest, IsEnabled) { in TEST_F() argument
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc55 Status BluetoothBinderServer::IsEnabled(bool* _aidl_return) { in IsEnabled() function in ipc::binder::BluetoothBinderServer
/system/bt/service/
Dadapter.cc231 bool IsEnabled() const override { return state_.load() == ADAPTER_STATE_ON; } in IsEnabled() function in bluetooth::AdapterImpl
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc87 bool IsEnabled() { return enable_status; } in IsEnabled() function