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

  /system/bt/stack/btm/
btm_ble_adv_filter.cc 114 case BTM_BLE_PF_TYPE_ALL:
159 cond_type = BTM_BLE_PF_TYPE_ALL;
275 if (BTM_BLE_PF_TYPE_ALL == filter_type && NULL == p_bd_addr)
441 if (cond_type > BTM_BLE_PF_TYPE_ALL) {
459 if ((BTM_BLE_PF_TYPE_ALL == cond_type &&
469 else if (cond_type != BTM_BLE_PF_TYPE_ALL) {
818 btm_ble_dealloc_addr_filter_counter(NULL, BTM_BLE_PF_TYPE_ALL);
  /system/bt/btif/src/
btif_ble_scanner.cc 276 FROM_HERE, Bind(cb, BTM_BLE_PF_TYPE_ALL))));
  /system/bt/stack/include/
btm_ble_api_types.h 410 #define BTM_BLE_PF_TYPE_ALL 7

Completed in 91 milliseconds