Home | History | Annotate | Download | only in btm

Lines Matching defs:busy_level

521     UINT8 busy_level;
569 busy_level = 10;
571 busy_level = (UINT8)btm_cb.num_acl;
573 if ((busy_level != btm_cb.busy_level) ||(old_inquiry_state != btm_cb.is_inquiry))
576 evt.busy_level = busy_level;
577 btm_cb.busy_level = busy_level;
2762 *p_level = btm_cb.busy_level;