Home
last modified time | relevance | path

Searched defs:CsConfigCompleteEvent (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Ddistance_measurement_manager_test.cc116 struct CsConfigCompleteEvent { struct
117 ErrorCode status = ErrorCode::SUCCESS;
118 uint8_t config_id = 0;
119 CsAction action = CsAction::CONFIG_CREATED;
120 CsMainModeType main_mode_type = CsMainModeType::MODE_2;
121 CsSubModeType sub_mode_type = CsSubModeType::UNUSED;
122 uint8_t min_main_mode_steps = 3; // 0x02 to 0xFF
123 uint8_t max_main_mode_steps = 100; // 0x02 to 0xFF
124 uint8_t main_mode_repetition = 0; // 0x00 to 0x03
125 uint8_t mode_0_steps = 1; // 0x01 to 0x03
[all …]