Searched refs:ble_batchscan_cb (Results 1 – 1 of 1) sorted by relevance
41 tBTM_BLE_BATCH_SCAN_CB ble_batchscan_cb; variable76 NULL != ble_batchscan_cb.p_thres_cback) { in btm_ble_batchscan_filter_track_adv_vse_cback()77 ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value); in btm_ble_batchscan_filter_track_adv_vse_cback()398 ble_batchscan_cb.p_thres_cback = p_thres_cback; in BTM_BleSetStorageConfig()399 ble_batchscan_cb.ref_value = ref_value; in BTM_BleSetStorageConfig()464 ble_batchscan_cb.scan_mode = scan_mode; in BTM_BleEnableBatchScan()465 ble_batchscan_cb.scan_interval = scan_interval; in BTM_BleEnableBatchScan()466 ble_batchscan_cb.scan_window = scan_window; in BTM_BleEnableBatchScan()467 ble_batchscan_cb.addr_type = addr_type; in BTM_BleEnableBatchScan()468 ble_batchscan_cb.discard_rule = discard_rule; in BTM_BleEnableBatchScan()[all …]