Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c175 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) in BTM_SetDiscoverability() argument
188 if (btm_ble_set_discoverability((UINT16)(inq_mode)) in BTM_SetDiscoverability()
192 btm_cb.btm_inq_vars.discoverable_mode |= (inq_mode & BTM_BLE_CONNECTABLE_MASK); in BTM_SetDiscoverability()
194 inq_mode &= ~BTM_BLE_DISCOVERABLE_MASK; in BTM_SetDiscoverability()
198 if (inq_mode > BTM_MAX_DISCOVERABLE) in BTM_SetDiscoverability()
213 inq_mode, window, interval); in BTM_SetDiscoverability()
217 if (inq_mode != BTM_NON_DISCOVERABLE) in BTM_SetDiscoverability()
231 if (inq_mode != BTM_NON_DISCOVERABLE) in BTM_SetDiscoverability()
233 if (inq_mode & BTM_LIMITED_DISCOVERABLE) in BTM_SetDiscoverability()
270 btm_cb.btm_inq_vars.discoverable_mode |= inq_mode; in BTM_SetDiscoverability()
[all …]
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h2342 BTM_API extern tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window,