Home | History | Annotate | Download | only in btm

Lines Matching refs:busy_level

470   uint8_t busy_level;
472 busy_level = 10;
474 busy_level = BTM_GetNumAclLinks();
476 if ((busy_level != btm_cb.busy_level) ||
479 evt.busy_level = busy_level;
480 btm_cb.busy_level = busy_level;
1788 if (p_level) *p_level = btm_cb.busy_level;