Searched defs:tBTM_PM_MCB (Results 1 – 1 of 1) sorted by relevance
156 struct tBTM_PM_MCB { struct157 bool chg_ind = false;158 tBTM_PM_PWR_MD req_mode;159 tBTM_PM_PWR_MD set_mode;160 tBTM_PM_STATE state = BTM_PM_ST_ACTIVE; // 0161 uint16_t interval = 0;162 uint16_t max_lat = 0;163 uint16_t min_loc_to = 0;164 uint16_t min_rmt_to = 0;165 void Init(RawAddress bda, uint16_t handle) { in Init()[all …]