Home
last modified time | relevance | path

Searched refs:BTM_DEV_REPLY_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c56 #define BTM_DEV_REPLY_TIMEOUT 2 /* 1 second expiration time is not good. Timer may start betwe… macro
528 btu_start_timer (&btm_cb.devcb.rln_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT); in BTM_ReadLocalDeviceNameFromController()
1051 btu_start_timer (&btm_cb.devcb.afh_channels_timer, BTU_TTYPE_BTM_ACL, BTM_DEV_REPLY_TIMEOUT); in BTM_SetAfhChannels()
1124 btu_start_timer (&btm_cb.devcb.ble_channels_timer, BTU_TTYPE_BTM_ACL, BTM_DEV_REPLY_TIMEOUT); in BTM_BleSetChannels()
Dbtm_acl.c55 #define BTM_DEV_REPLY_TIMEOUT 3 /* 3 second timeout waiting for responses */ macro
1870 btu_start_timer (&btm_cb.devcb.qossu_timer, BTU_TTYPE_BTM_QOS, BTM_DEV_REPLY_TIMEOUT); in BTM_SetQoS()
1975 BTM_DEV_REPLY_TIMEOUT); in BTM_ReadRSSI()
2021 BTM_DEV_REPLY_TIMEOUT); in BTM_ReadLinkQuality()
2068 BTM_DEV_REPLY_TIMEOUT); in BTM_ReadTxPower()
2108 BTM_DEV_REPLY_TIMEOUT); in BTM_BleReadAdvTxPower()