Lines Matching refs:calls
6 `bta/sys` events via a callback. The actual state switching calls are handled
27 The PM code makes calls into the BTM module to set various power
78 `bta_dm_pm.c`'s `bta_dm_init_pm` function calls out to register
117 - `bta_dm_pm_ssr` calls `BTM_SetSsrParams` to actually send along the SSR
119 4. `bta_dm_pm_cback` calls `bta_dm_pm_set_mode` with the peer address and the
135 which calls `BTM_ReadPowerMode` and `BTM_SetPowerMode` to make an HCI
139 called, which makes various calls to `BTM_ReadLocalFeatures`,
143 is made, which calls `BTM_SetPowerMode` to set the link into ACTIVE
171 structure, and then calls back into `bta_dm_pm_set_mode` with the peer
174 `prev_low` field is set, calls `bta_dm_pm_ssr` to re-send SSR params,
175 stops all timers for the device, and then re-calls `bta_dm_pm_set_mode`
198 1. A timer expires, and calls `bta_dm_pm_timer_cback`.
202 calls `bta_dm_pm_set_mode` with timeout set to `TRUE`.