Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c161 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) in BTM_SetDiscoverability() argument
175 if (inq_mode > BTM_MAX_DISCOVERABLE) { in BTM_SetDiscoverability()
194 inq_mode, window, interval); in BTM_SetDiscoverability()
198 if (inq_mode != BTM_NON_DISCOVERABLE) { in BTM_SetDiscoverability()
210 if (inq_mode != BTM_NON_DISCOVERABLE) { in BTM_SetDiscoverability()
211 if (inq_mode & BTM_LIMITED_DISCOVERABLE) { in BTM_SetDiscoverability()
245 btm_cb.btm_inq_vars.discoverable_mode |= inq_mode; in BTM_SetDiscoverability()
253 is_limited = (inq_mode & BTM_LIMITED_DISCOVERABLE) ? TRUE : FALSE; in BTM_SetDiscoverability()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h2293 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window,