Searched refs:bta_dm_pm_cback (Results 1 – 2 of 2) sorted by relevance
29 callbacks `bta_dm_pm_cback` and `bta_dm_pm_timer_cback`. Responses are handled79 `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 SSR119 4. `bta_dm_pm_cback` calls `bta_dm_pm_set_mode` with the peer address and the
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); in bta_dm_init_pm()342 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_dm_pm_cback() function