Searched refs:bta_dm_pm_set_mode (Results 1 – 2 of 2) sorted by relevance
/system/bt/doc/ |
D | power_management.md | 56 `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/ |
D | bta_dm_pm.c | 39 static void bta_dm_pm_set_mode(BD_ADDR peer_addr, tBTA_DM_PM_ACTION pm_mode, 495 bta_dm_pm_set_mode(peer_addr, BTA_DM_PM_NO_ACTION, pm_req); in bta_dm_pm_cback() 529 static void bta_dm_pm_set_mode(BD_ADDR peer_addr, tBTA_DM_PM_ACTION pm_request, in bta_dm_pm_set_mode() function 1032 … bta_dm_pm_set_mode(p_data->pm_status.bd_addr, BTA_DM_PM_NO_ACTION, BTA_DM_PM_RESTART); in bta_dm_pm_btm_status() 1047 … bta_dm_pm_set_mode(p_data->pm_status.bd_addr, BTA_DM_PM_NO_ACTION, BTA_DM_PM_RESTART); in bta_dm_pm_btm_status() 1114 bta_dm_pm_set_mode(p_data->pm_timer.bd_addr, p_data->pm_timer.pm_request, BTA_DM_PM_EXECUTE); in bta_dm_pm_timer() 1219 bta_dm_pm_set_mode(bta_dm_conn_srvcs.conn_srvc[j].peer_bdaddr, BTA_DM_PM_NO_ACTION, in bta_dm_pm_hid_check()
|