Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.cc154 tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window, in BTM_SetDiscoverability() argument
157 return bluetooth::shim::BTM_SetDiscoverability(inq_mode, window, interval); in BTM_SetDiscoverability()
171 if (btm_ble_set_discoverability((uint16_t)(inq_mode)) == BTM_SUCCESS) { in BTM_SetDiscoverability()
174 (inq_mode & BTM_BLE_DISCOVERABLE_MASK); in BTM_SetDiscoverability()
177 inq_mode &= ~BTM_BLE_DISCOVERABLE_MASK; in BTM_SetDiscoverability()
180 if (inq_mode > BTM_MAX_DISCOVERABLE) return (BTM_ILLEGAL_VALUE); in BTM_SetDiscoverability()
193 inq_mode, window, interval); in BTM_SetDiscoverability()
197 if (inq_mode != BTM_NON_DISCOVERABLE) { in BTM_SetDiscoverability()
208 if (inq_mode != BTM_NON_DISCOVERABLE) { in BTM_SetDiscoverability()
209 if (inq_mode & BTM_LIMITED_DISCOVERABLE) { in BTM_SetDiscoverability()
[all …]
/system/bt/stack/include/
Dbtm_api.h279 extern tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window,
/system/bt/main/shim/
Dbtm_api.h81 tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window,