Searched refs:turn_on (Results 1 – 8 of 8) sorted by relevance
282 void lpm_enable(uint8_t turn_on) in lpm_enable() argument290 if ((turn_on == TRUE) && (bt_lpm_cb.state == LPM_ENABLED)) in lpm_enable()296 else if ((turn_on == FALSE) && (bt_lpm_cb.state == LPM_DISABLED)) in lpm_enable()303 uint8_t lpm_cmd = (turn_on) ? BT_VND_LPM_ENABLE : BT_VND_LPM_DISABLE; in lpm_enable()304 bt_lpm_cb.state = (turn_on) ? LPM_ENABLING : LPM_DISABLING; in lpm_enable()
64 void lpm_enable(uint8_t turn_on);
730 int BIO_set_tcp_ndelay(int sock,int turn_on);
1129 Syscall param ioperm(turn_on) contains uninitialised byte(s)
855 unsigned long, from, unsigned long, num, int, turn_on); in PRE()