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.c 201 p_dev_rec->ble.in_controller_list |= BTM_RESOLVING_LIST_BIT;
207 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT;
260 btm_cb.sec_dev_rec[i].ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT;
529 if (!(p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT))
776 if (!(p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) &&
870 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) &&
955 if ((p_dev->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) &&
956 (p_dev->ble.in_controller_list & BTM_WHITE_LIST_BIT))
    [all...]
btm_ble_bgconn.c 165 p_dev_rec->ble.in_controller_list |= BTM_WHITE_LIST_BIT;
172 p_dev_rec->ble.in_controller_list |= BTM_WHITE_LIST_BIT;
186 p_dev_rec->ble.in_controller_list &= ~BTM_WHITE_LIST_BIT;
btm_ble_addr.c 511 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT)
btm_int.h 475 UINT8 in_controller_list; /* in controller resolving list or not */ member in struct:__anon69349
    [all...]
btm_ble_gap.c     [all...]
  /system/bt/stack/l2cap/
l2c_ble.c 710 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT)
    [all...]

Completed in 63 milliseconds