Home
last modified time | relevance | path

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

/vendor/hihope/rk3568/bluetooth/include/
Dbt_vendor_brcm.h39 #ifndef FALSE
40 #define FALSE 0 macro
44 #define TRUE (!FALSE)
48 #define VENDOR_LIB_RUNTIME_TUNING_ENABLED FALSE
89 #define FW_AUTO_DETECTION FALSE
107 #define USE_CONTROLLER_BDADDR FALSE
208 #define BT_WAKE_VIA_USERIAL_IOCTL FALSE
216 #define BT_WAKE_USERIAL_LDISC FALSE
224 #define BT_WAKE_VIA_PROC FALSE
228 #define BT_WAKE_VIA_PROC_NOTIFY_DEASSERT FALSE
[all …]
/vendor/hihope/rk3568/bluetooth/src/
Dupio.c47 #define UPIO_DBG FALSE
185 lpm_proc_cb.btwrite_active = FALSE; in proc_btwrite_timeout()
261 lpm_proc_cb.timer_created = FALSE; in upio_cleanup()
382 lpm_proc_cb.timer_created = FALSE; in upio_set()
394 if (lpm_proc_cb.timer_created == FALSE) { in upio_set()
451 #if (BT_WAKE_VIA_PROC_NOTIFY_DEASSERT == FALSE) in upio_set()
Dbt_vendor_brcm.c36 #define BTVND_DBG FALSE
196 hw_lpm_set_wake_state(FALSE); in op()
Dhardware.c57 #define BTHW_DBG FALSE
473 uint8_t retval = FALSE; in hw_config_set_bdaddr()
506 uint8_t retval = FALSE; in hw_config_read_bdaddr()
903 uint8_t ret = FALSE; in hw_sco_i2spcm_proc_interface_param()
937 uint8_t ret = FALSE; in hw_sco_i2spcm_proc_int_param()
1063 hw_cfg_cb.f_set_baud_2 = FALSE; in hw_config_start()
1108 uint8_t ret = FALSE; in hw_lpm_enable()
Duserial_vendor.c45 #define VNDUSERIAL_DBG FALSE
126 return FALSE; in userial_to_tcio_baud()
/vendor/hihope/rk3568/bluetooth/
DBUILD.gn46 "-DBT_WAKE_VIA_PROC=FALSE",