Searched defs:kMaxId (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/common/ | ||
D | metric_id_manager.h | 40 static const int kMaxId; variable |
D | metric_id_manager.cc | 37 const int MetricIdManager::kMaxId = 65534; // 2^16 - 2 member in bluetooth::common::MetricIdManager |
/system/bt/common/ | ||
D | metric_id_allocator.h | 41 static const int kMaxId; variable |
D | metric_id_allocator.cc | 34 const int MetricIdAllocator::kMaxId = 65534; // 2^16 - 2 member in bluetooth::common::MetricIdAllocator |