Home
last modified time | relevance | path

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

/aosp12/system/bt/service/
H A Dmain.cc60 char disable_value[PROPERTY_VALUE_MAX]; in main() local
61 int status = osi_property_get(kDisableProperty, disable_value, nullptr); in main()
62 if (status && !strcmp(disable_value, "1")) { in main()