Home
last modified time | relevance | path

Searched refs:BTM_CMD_STORED (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/btm/
Dbtm_pm.cc229 return BTM_CMD_STORED; in BTM_SetPowerMode()
334 return BTM_CMD_STORED; in BTM_SetSsrParams()
573 return BTM_CMD_STORED; in btm_pm_snd_md_req()
/system/bt/main/shim/
Dbtm.h101 BTM_CMD_STORED = 13, /* request is stored in control block */ enumerator
/system/bt/stack/include/
Dbtm_api_types.h45 BTM_CMD_STORED, /* 13 request is stored in control block */ enumerator
/system/bt/bta/dm/
Dbta_dm_pm.cc735 if (status == BTM_CMD_STORED || status == BTM_CMD_STARTED) {
/system/bt/stack/l2cap/
Dl2c_link.cc576 if (rc == BTM_CMD_STORED) { in l2c_link_timeout()