Lines Matching defs:tBTM_PM_MCB
155 struct tBTM_PM_MCB { struct
156 bool chg_ind = false;
157 tBTM_PM_PWR_MD req_mode;
158 tBTM_PM_PWR_MD set_mode;
159 tBTM_PM_STATE state = BTM_PM_ST_ACTIVE; // 0
160 uint16_t interval = 0;
161 uint16_t max_lat = 0;
162 uint16_t min_loc_to = 0;
163 uint16_t min_rmt_to = 0;
164 void Init(RawAddress bda, uint16_t handle) { in Init()
168 RawAddress bda_;
169 uint16_t handle_;