Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbtm_status.h40 BTM_CMD_STORED, /* 13 request is stored in control block */ enumerator
84 CASE_RETURN_TEXT(BTM_CMD_STORED); in btm_status_text()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc264 return BTM_CMD_STORED; in BTM_SetPowerMode()
281 case BTM_CMD_STORED: in BTM_SetLinkPolicyActiveMode()
348 return BTM_CMD_STORED; in BTM_SetSsrParams()
534 return BTM_CMD_STORED; in btm_pm_snd_md_req()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc782 if (status == BTM_CMD_STORED || status == BTM_CMD_STARTED) { in bta_dm_pm_park()
892 if (status == BTM_CMD_STORED || status == BTM_CMD_STARTED) { in bta_dm_pm_sniff()
1010 case BTM_CMD_STORED: in bta_dm_pm_active()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_link.cc469 if (rc == BTM_CMD_STORED) { in l2c_link_timeout()