Loading system/main/shim/shim.cc +1 −3 Original line number Diff line number Diff line Loading @@ -59,9 +59,7 @@ bool bluetooth::shim::is_gd_advertising_enabled() { } bool bluetooth::shim::is_gd_scanning_enabled() { // TODO enable when scanning module ready // return bluetooth::common::init_flags::gd_scanning_is_enabled(); return false; return bluetooth::common::init_flags::gd_scanning_is_enabled(); } bool bluetooth::shim::is_gd_security_enabled() { Loading Loading
system/main/shim/shim.cc +1 −3 Original line number Diff line number Diff line Loading @@ -59,9 +59,7 @@ bool bluetooth::shim::is_gd_advertising_enabled() { } bool bluetooth::shim::is_gd_scanning_enabled() { // TODO enable when scanning module ready // return bluetooth::common::init_flags::gd_scanning_is_enabled(); return false; return bluetooth::common::init_flags::gd_scanning_is_enabled(); } bool bluetooth::shim::is_gd_security_enabled() { Loading