Home
last modified time | relevance | path

Searched refs:bta_dm_pm_set_mode (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/doc/
Dpower_management.md56 `bta_dm_pm_set_mode` function, but a few of the actions listed deserve some
62 action that `bta_dm_pm_set_mode` will take, the connection will be removed
119 4. `bta_dm_pm_cback` calls `bta_dm_pm_set_mode` with the peer address and the
121 - For each managed connection, `bta_dm_pm_set_mode` grabs
170 `bta_dm_pm_set_mode`, clears some status bits in the peer device
171 structure, and then calls back into `bta_dm_pm_set_mode` with the peer
175 stops all timers for the device, and then re-calls `bta_dm_pm_set_mode`
191 `bta_dm_pm_set_mode`, in which case the usual flow takes over.
196 through to a call to `bta_dm_pm_set_mode`:
202 calls `bta_dm_pm_set_mode` with timeout set to `TRUE`.
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc53 static void bta_dm_pm_set_mode(const RawAddress& peer_addr,
577 bta_dm_pm_set_mode(peer_addr, BTA_DM_PM_NO_ACTION, pm_req); in bta_dm_pm_cback()
591 static void bta_dm_pm_set_mode(const RawAddress& peer_addr, in bta_dm_pm_set_mode() function
1110 bta_dm_pm_set_mode(bd_addr, BTA_DM_PM_NO_ACTION, BTA_DM_PM_RESTART); in bta_dm_pm_btm_status()
1121 bta_dm_pm_set_mode(bd_addr, BTA_DM_PM_NO_ACTION, BTA_DM_PM_RESTART); in bta_dm_pm_btm_status()
1180 bta_dm_pm_set_mode(bd_addr, pm_request, BTA_DM_PM_EXECUTE); in bta_dm_pm_timer()