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

  /system/bt/stack/btm/
btm_ble_privacy.cc 193 p_dev_rec->ble.in_controller_list |= BTM_RESOLVING_LIST_BIT;
197 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT;
208 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT;
473 if (!(p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT))
714 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) ||
796 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) &&
846 if ((p_dev->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) &&
847 (p_dev->ble.in_controller_list & BTM_WHITE_LIST_BIT))
btm_ble_bgconn.cc 186 p_dev_rec->ble.in_controller_list |= BTM_WHITE_LIST_BIT;
192 p_dev_rec->ble.in_controller_list |= BTM_WHITE_LIST_BIT;
207 p_dev_rec->ble.in_controller_list &= ~BTM_WHITE_LIST_BIT;
btm_ble_addr.cc 407 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) {
btm_int_types.h 448 uint8_t in_controller_list; /* in controller resolving list or not */ member in struct:__anon2171
    [all...]
btm_ble_gap.cc 782 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) != 0)
823 p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) {
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.cc 878 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) {
    [all...]

Completed in 686 milliseconds