Home
last modified time | relevance | path

Searched refs:level_flags (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbtif_dm.cc1678 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK) { in btif_dm_upstreams_evt()
1679 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED) { in btif_dm_upstreams_evt()
1683 } else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED) { in btif_dm_upstreams_evt()
1687 } else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE) { in btif_dm_upstreams_evt()
/system/bt/bta/include/
Dbta_api.h555 uint8_t level_flags; /* indicates individual flags */ member
/system/bt/bta/dm/
Dbta_dm_act.cc2641 conn.busy_level.level_flags = busy_level_flags; in send_busy_level_update()