Home
last modified time | relevance | path

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

/aosp12/system/bt/hci/src/
H A Dbtsnoop.cc62 #define IS_DEBUGGABLE_PROPERTY "ro.debuggable" macro
185 int is_debuggable = osi_property_get_int32(IS_DEBUGGABLE_PROPERTY, 0); in start_up()