Home
last modified time | relevance | path

Searched refs:lpm_param (Results 1 - 2 of 2) sorted by relevance

/vendor/hihope/dayu210/bluetooth/src/
H A Dhardware.c196 static bt_lpm_param_t lpm_param = { variable
1078 memcpy(p, &lpm_param, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1113 timeout_ms = (uint32_t)lpm_param.host_stack_idle_threshold * LPM_IDLE_TIMEOUT_MULTIPLE; in hw_lpm_get_idle_timeout()
1131 upio_set(UPIO_BT_WAKE, state, lpm_param.bt_wake_polarity); in hw_lpm_set_wake_state()
/vendor/hihope/rk3568/bluetooth/src/
H A Dhardware.c214 static bt_lpm_param_t lpm_param = { variable
1126 memcpy(p, &lpm_param, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1160 timeout_ms = (uint32_t)lpm_param.host_stack_idle_threshold * LPM_IDLE_TIMEOUT_MULTIPLE; in hw_lpm_get_idle_timeout()
1178 upio_set(UPIO_BT_WAKE, state, lpm_param.bt_wake_polarity); in hw_lpm_set_wake_state()

Completed in 4 milliseconds