HomeSort by relevance Sort by last modified time
    Searched refs:discoverable_mode (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/btm/
btm_ble_int_types.h 126 uint16_t discoverable_mode; member in struct:__anon2151
btm_inq.cc 157 btm_cb.btm_inq_vars.discoverable_mode &= (~BTM_BLE_DISCOVERABLE_MASK);
158 btm_cb.btm_inq_vars.discoverable_mode |=
219 btm_cb.btm_inq_vars.discoverable_mode &= (~BTM_DISCOVERABLE_MASK);
220 btm_cb.btm_inq_vars.discoverable_mode |= inq_mode;
364 return (btm_cb.btm_inq_vars.discoverable_mode);
589 if (p_inq->discoverable_mode & BTM_DISCOVERABLE_MASK)
    [all...]
btm_ble_gap.cc     [all...]
btm_int_types.h 235 uint16_t discoverable_mode; member in struct:__anon2165
    [all...]
btm_sec.cc     [all...]

Completed in 89 milliseconds