Home
last modified time | relevance | path

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

/hal_espressif-latest/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()
1067 btu_start_timer (&btm_cb.devcb.afh_channels_timer, BTU_TTYPE_BTM_ACL, BTM_DEV_REPLY_TIMEOUT); in BTM_SetAfhChannels()
1140 btu_start_timer (&btm_cb.devcb.ble_channels_timer, BTU_TTYPE_BTM_ACL, BTM_DEV_REPLY_TIMEOUT); in BTM_BleSetChannels()
Dbtm_acl.c57 #define BTM_DEV_REPLY_TIMEOUT 3 /* 3 second timeout waiting for responses */ macro
1896 btu_start_timer (&btm_cb.devcb.qossu_timer, BTU_TTYPE_BTM_QOS, BTM_DEV_REPLY_TIMEOUT); in BTM_SetQoS()
2001 BTM_DEV_REPLY_TIMEOUT); in BTM_ReadRSSI()
2047 BTM_DEV_REPLY_TIMEOUT); in BTM_ReadLinkQuality()
2094 BTM_DEV_REPLY_TIMEOUT); in BTM_ReadTxPower()
2138 BTM_DEV_REPLY_TIMEOUT); in BTM_SetAclPktTypes()
2198 BTM_DEV_REPLY_TIMEOUT); in BTM_BleReadAdvTxPower()