Searched refs:level_flags (Results 1 – 6 of 6) sorted by relevance
626 uInt level_flags; local629 level_flags = 0;631 level_flags = 1;633 level_flags = 2;635 level_flags = 3;636 header |= (level_flags << 6);
662 uInt level_flags; local665 level_flags = 0;667 level_flags = 1;669 level_flags = 2;671 level_flags = 3;672 header |= (level_flags << 6);
739 uInt level_flags; local742 level_flags = 0;744 level_flags = 1;746 level_flags = 2;748 level_flags = 3;749 header |= (level_flags << 6);
1395 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK) in btif_dm_upstreams_evt()1397 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED) in btif_dm_upstreams_evt()1403 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED) in btif_dm_upstreams_evt()1409 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE) in btif_dm_upstreams_evt()
690 UINT8 level_flags; /* indicates individual flags */ member
3374 conn.busy_level.level_flags = p_data->acl_change.busy_level_flags; in bta_dm_acl_change()