Home
last modified time | relevance | path

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

/system/bt/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`.
/system/bt/bta/dm/
Dbta_dm_pm.cc42 static void bta_dm_pm_set_mode(const RawAddress& peer_addr,
475 bta_dm_pm_set_mode(peer_addr, BTA_DM_PM_NO_ACTION, pm_req); in bta_dm_pm_cback()
507 static void bta_dm_pm_set_mode(const RawAddress& peer_addr, in bta_dm_pm_set_mode() function
917 bta_dm_pm_set_mode(bd_addr, BTA_DM_PM_NO_ACTION, BTA_DM_PM_RESTART);
930 bta_dm_pm_set_mode(bd_addr, BTA_DM_PM_NO_ACTION, BTA_DM_PM_RESTART);
981 bta_dm_pm_set_mode(bd_addr, pm_request, BTA_DM_PM_EXECUTE);
1079 bta_dm_pm_set_mode(bta_dm_conn_srvcs.conn_srvc[j].peer_bdaddr,