Home | History | Annotate | Download | only in btm

Lines Matching refs:filt_index

458 filt_index,
473 UINT8_TO_STREAM(p, filt_index);
518 tBTM_BLE_PF_FILT_INDEX filt_index,
545 tBTM_BLE_PF_FILT_INDEX filt_index,
577 UINT8_TO_STREAM(p, filt_index);
737 tBTM_BLE_PF_FILT_INDEX filt_index,
751 UINT8_TO_STREAM(p, filt_index);
789 tBTM_BLE_PF_FILT_INDEX filt_index,
830 UINT8_TO_STREAM(p, filt_index);
854 UINT8_TO_STREAM(p, filt_index);
941 tBTM_BLE_PF_FILT_INDEX filt_index,
975 st = btm_ble_update_pf_manu_data(BTM_BLE_SCAN_COND_CLEAR, filt_index, NULL,
982 st = btm_ble_update_pf_local_name(BTM_BLE_SCAN_COND_CLEAR, filt_index, NULL);
988 st = btm_ble_update_srvc_data_change(BTM_BLE_SCAN_COND_CLEAR, filt_index, NULL);
991 st = btm_ble_update_uuid_filter(BTM_BLE_SCAN_COND_CLEAR, filt_index,
996 st = btm_ble_update_uuid_filter(BTM_BLE_SCAN_COND_CLEAR, filt_index,
1003 st = btm_ble_update_pf_manu_data(BTM_BLE_SCAN_COND_CLEAR, filt_index, NULL,
1015 UINT8_TO_STREAM(p, filt_index);
1044 ** filt_index - Filter index
1053 tBTM_STATUS BTM_BleAdvFilterParamSetup(int action, tBTM_BLE_PF_FILT_INDEX filt_index,
1086 UINT8_TO_STREAM(p, filt_index);
1138 UINT8_TO_STREAM(p, filt_index);
1228 ** filt_index - Filter index
1238 tBTM_BLE_PF_FILT_INDEX filt_index,
1246 cond_type, filt_index);
1257 st = btm_ble_update_pf_manu_data(action, filt_index, p_cond, cond_type, 0, ref_value);
1262 st = btm_ble_update_pf_local_name(action, filt_index, p_cond);
1267 st = btm_ble_update_addr_filter(action, filt_index, p_cond);
1273 st = btm_ble_update_uuid_filter(action, filt_index, cond_type, p_cond, 0, ref_value);
1277 st = btm_ble_update_srvc_data_change(action, filt_index, p_cond);
1281 st = btm_ble_clear_scan_pf_filter(action, filt_index, p_cond, p_cmpl_cback,