Searched refs:level_flags (Results 1 – 3 of 3) sorted by relevance
546 uint8_t level_flags; /* indicates individual flags */ member
1760 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK) { in btif_dm_upstreams_evt()1761 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED) { in btif_dm_upstreams_evt()1765 } else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED) { in btif_dm_upstreams_evt()1769 } else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE) { in btif_dm_upstreams_evt()
2666 conn.busy_level.level_flags = busy_level_flags; in send_busy_level_update()