HomeSort by relevance Sort by last modified time
    Searched refs:bta_dm_pm_set_mode (Results 1 - 2 of 2) sorted by null

  /system/bt/doc/
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`
    [all...]
  /system/bt/bta/dm/
bta_dm_pm.cc 40 static void bta_dm_pm_set_mode(BD_ADDR peer_addr, tBTA_DM_PM_ACTION pm_mode,
457 bta_dm_pm_set_mode(peer_addr, BTA_DM_PM_NO_ACTION, pm_req);
480 * Function bta_dm_pm_set_mode
489 static void bta_dm_pm_set_mode(BD_ADDR peer_addr, tBTA_DM_PM_ACTION pm_request, function
531 APPL_TRACE_DEBUG("bta_dm_pm_set_mode: srvcsid: %d, state: %d, j: %d",
640 "bta_dm_pm_set_mode: Link policy disallows SNIFF, ignore request");
938 bta_dm_pm_set_mode(p_data->pm_status.bd_addr, BTA_DM_PM_NO_ACTION,
    [all...]

Completed in 44 milliseconds