Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c252 return BTM_CMD_STORED; in BTM_SetPowerMode()
338 return BTM_CMD_STORED; in BTM_SetSsrParams()
571 return BTM_CMD_STORED; in btm_pm_snd_md_req()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c713 if (status == BTM_CMD_STORED || status == BTM_CMD_STARTED) { in bta_dm_pm_sniff()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c625 if (rc == BTM_CMD_STORED) { in l2c_link_timeout()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h63 BTM_CMD_STORED, /* 13 request is stored in control block */ enumerator