Searched defs:busy_level (Results 1 - 5 of 5) 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
/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/bta/include/
H A Dbta_api.h681 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member in union:__anon252
/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 101 milliseconds