HomeSort by relevance Sort by last modified time
    Searched defs:cond_type (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_adv_filter.c 43 UINT8 cond_type, tBLE_BD_ADDR *p_bd_addr, UINT8 num_available);
149 ** Description Convert cond_type to OCF
154 UINT8 btm_ble_condtype_to_ocf(UINT8 cond_type)
158 switch(cond_type)
199 UINT8 cond_type = 0; local
204 cond_type = BTM_BLE_META_PF_FEAT_SEL;
207 cond_type = BTM_BLE_PF_ADDR_FILTER;
210 cond_type = BTM_BLE_PF_SRVC_UUID;
213 cond_type = BTM_BLE_PF_SRVC_SOL_UUID;
216 cond_type = BTM_BLE_PF_LOCAL_NAME
248 UINT8 ocf = BTM_BLE_META_PF_ALL, cond_type = 0; local
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 700 tBTA_DM_BLE_PF_COND_TYPE cond_type; member in struct:__anon5155
    [all...]

Completed in 36 milliseconds