Home
last modified time | relevance | path

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

/system/bt/doc/
Dpower_management.md29 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/
Dbta_dm_pm.cc40 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, uint8_t id,
90 bta_sys_pm_register(bta_dm_pm_cback); in bta_dm_init_pm()
335 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, uint8_t id, in bta_dm_pm_cback() function