Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.c1789 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK) in btif_dm_upstreams_evt()
1791 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED) in btif_dm_upstreams_evt()
1797 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED) in btif_dm_upstreams_evt()
1803 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE) in btif_dm_upstreams_evt()
/system/bt/bta/include/
Dbta_api.h768 UINT8 level_flags; /* indicates individual flags */ member
/system/bt/bta/dm/
Dbta_dm_act.c3154 conn.busy_level.level_flags = p_data->acl_change.busy_level_flags; in bta_dm_acl_change()