Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.cc143 tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window, in BTM_SetDiscoverability() argument
156 if (btm_ble_set_discoverability((uint16_t)(inq_mode)) == BTM_SUCCESS) { in BTM_SetDiscoverability()
159 (inq_mode & BTM_BLE_DISCOVERABLE_MASK); in BTM_SetDiscoverability()
162 inq_mode &= ~BTM_BLE_DISCOVERABLE_MASK; in BTM_SetDiscoverability()
165 if (inq_mode > BTM_MAX_DISCOVERABLE) return (BTM_ILLEGAL_VALUE); in BTM_SetDiscoverability()
178 inq_mode, window, interval); in BTM_SetDiscoverability()
182 if (inq_mode != BTM_NON_DISCOVERABLE) { in BTM_SetDiscoverability()
193 if (inq_mode != BTM_NON_DISCOVERABLE) { in BTM_SetDiscoverability()
194 if (inq_mode & BTM_LIMITED_DISCOVERABLE) { in BTM_SetDiscoverability()
220 btm_cb.btm_inq_vars.discoverable_mode |= inq_mode; in BTM_SetDiscoverability()
[all …]
/system/bt/stack/include/
Dbtm_api.h290 extern tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window,