Searched refs:BLUETOOTH_AUDIO_HAL_PROP_DISABLED (Results 1 – 8 of 8) sorted by relevance
169 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_2_0_force_disabled()
31 #define BLUETOOTH_AUDIO_HAL_PROP_DISABLED \ macro
333 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_2_0_force_disabled()
175 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_force_disabled()
33 #define BLUETOOTH_AUDIO_HAL_PROP_DISABLED \ macro
387 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_force_disabled()
101 return !osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_enabled()
104 if (osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false)) { in Get()