| 1518 | |
| 1519 | enum { DS4_EXPERT_PROFILE_MAX_CAPS = 10 }; |
| 1520 | |
| 1521 | static const uint32_t ds4_expert_profile_cap_candidates[DS4_EXPERT_PROFILE_MAX_CAPS] = { |
| 1522 | 1, 2, 4, 8, 16, 32, 64, 128, 256, 384 |
| 1523 | }; |
| 1524 | |
| 1525 | typedef struct { |
| 1526 | int expert_id; |
no outgoing calls
no test coverage detected