Searched refs:busy_level (Results 1 - 7 of 7) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_acl.cc473 uint8_t busy_level; local
475 busy_level = 10;
477 busy_level = BTM_GetNumAclLinks();
479 if ((busy_level != btm_cb.busy_level) ||
482 evt.busy_level = busy_level;
483 btm_cb.busy_level = busy_level;
1819 if (p_level) *p_level = btm_cb.busy_level;
[all...]
H A Dbtm_int_types.h82 bool link_up_issued; /* True if busy_level link up has been issued */
832 uint8_t busy_level; /* the current busy level */ member in struct:__anon987
H A Dbtm_pm.cc917 BTM_BL_PAGING_STARTED == btm_cb.busy_level) {
/system/bt/bta/include/
H A Dbta_api.h681 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member in union:__anon252
/system/bt/btif/src/
H A Dbtif_dm.cc1660 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK) {
1661 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED) {
1665 } else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED) {
1669 } else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE) {
/system/bt/bta/dm/
H A Dbta_dm_act.cc2634 static void send_busy_level_update(uint8_t busy_level, argument
2640 conn.busy_level.level = busy_level;
2641 conn.busy_level.level_flags = busy_level_flags;
2837 p_data->update.busy_level,
/system/bt/stack/include/
H A Dbtm_api_types.h867 uint8_t busy_level; /* when paging or inquiring, level is 10. member in struct:__anon1135

Completed in 94 milliseconds