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

  /system/bt/doc/
power_management.md 29 callbacks `bta_dm_pm_cback` and `bta_dm_pm_timer_cback`. Responses are handled
79 `bta_dm_pm_cback` with the bta sys module for incoming power management events,
84 events come in through `bta_dm_pm_cback`.
97 2. The `bta_dm_pm_cback` function is called.
111 3. `bta_dm_pm_cback` checks to see if the `bta_dm_ssr_spec` specifies SSR
119 4. `bta_dm_pm_cback` calls `bta_dm_pm_set_mode` with the peer address and the
  /system/bt/bta/dm/
bta_dm_pm.c 38 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
81 bta_sys_pm_register((tBTA_SYS_CONN_CBACK*)bta_dm_pm_cback);
334 ** Function bta_dm_pm_cback
342 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr) function
354 APPL_TRACE_DEBUG("bta_dm_pm_cback: st(%d), id(%d), app(%d)", status, id, app_id);
    [all...]

Completed in 38 milliseconds