Searched defs:p_mode (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_pm.cc78 const tBTM_PM_PWR_MD* p_mode);
148 const tBTM_PM_PWR_MD* p_mode) {
159 if (!p_mode) {
161 << " p_mode is null for " << remote_bda;
166 << " mode:" << std::to_string(p_mode->mode);
169 mode = p_mode->mode & ~BTM_PM_MD_FORCE;
191 ((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) &&
192 (p_mode->min <= p_cb->interval)) ||
193 ((p_mode
147 BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, const tBTM_PM_PWR_MD* p_mode) argument
261 BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode) argument
503 btm_pm_get_set_mode(uint8_t pm_id, tBTM_PM_MCB* p_cb, const tBTM_PM_PWR_MD* p_mode, tBTM_PM_PWR_MD* p_res) argument
561 btm_pm_snd_md_req(uint8_t pm_id, int link_ind, const tBTM_PM_PWR_MD* p_mode) argument
[all...]

Completed in 124 milliseconds