Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c454 tBTM_STATUS BTM_SetPeriodicInquiryMode (tBTM_INQ_PARMS *p_inqparms, UINT16 max_delay, in BTM_SetPeriodicInquiryMode() argument
462 p_inqparms->filter_cond_type, min_delay, max_delay); in BTM_SetPeriodicInquiryMode()
487 max_delay <= min_delay || in BTM_SetPeriodicInquiryMode()
488 max_delay < BTM_PER_INQ_MIN_MAX_PERIOD) in BTM_SetPeriodicInquiryMode()
498 p_inq->per_max_delay = max_delay; in BTM_SetPeriodicInquiryMode()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h2345 UINT16 max_delay, UINT16 min_delay,