Home
last modified time | relevance | path

Searched refs:bta_dm_pm_btm_status (Results 1 – 4 of 4) sorted by relevance

/system/bt/doc/
Dpower_management.md30 through the BTA workqueue thread and the `bta_dm_pm_btm_status` function. Since
81 and timeouts of HCI requests (via `bta_dm_pm_btm_status`).
148 triggers `bta_dm_pm_btm_status`, with the timeout field set to TRUE. HCI
150 handled again, through `bta_dm_pm_btm_status`.
162 3. This is eventually routed to the `bta_dm_pm_btm_status` function.
169 `bta_dm_pm_btm_status` stops any timers started for the device in
/system/bt/bta/dm/
Dbta_dm_main.c65 bta_dm_pm_btm_status, /* 16 BTA_DM_PM_BTM_STATUS_EVT */
Dbta_dm_int.h1095 extern void bta_dm_pm_btm_status(tBTA_DM_MSG *p_data);
Dbta_dm_pm.c1007 void bta_dm_pm_btm_status(tBTA_DM_MSG *p_data) in bta_dm_pm_btm_status() function