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.c 191 case BTM_BLE_PF_TYPE_ALL:
238 cond_type = BTM_BLE_PF_TYPE_ALL;
428 if (BTM_BLE_PF_TYPE_ALL == filter_type && NULL == p_bd_addr)
674 if (cond_type > BTM_BLE_PF_TYPE_ALL)
696 if ((BTM_BLE_PF_TYPE_ALL == cond_type && BTM_BLE_SCAN_COND_CLEAR == action) ||
704 else if (cond_type != BTM_BLE_PF_TYPE_ALL)
    [all...]
  /system/bt/bta/include/
bta_api.h 502 #define BTA_DM_BLE_PF_TYPE_ALL BTM_BLE_PF_TYPE_ALL
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 605 #define BTM_BLE_PF_TYPE_ALL 7 /* when passed in payload filter type all, only clear action is applicable */
    [all...]

Completed in 38 milliseconds