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

  /system/bt/stack/btm/
btm_ble_batchscan.c 547 UINT8 scan_param[BTM_BLE_BATCH_SCAN_PARAM_CONFIG_LEN], *pp_scan; local
549 pp_scan = scan_param;
556 UINT8_TO_STREAM (pp_scan, BTM_BLE_BATCH_SCAN_SET_PARAMS);
557 UINT8_TO_STREAM (pp_scan, scan_mode);
558 UINT32_TO_STREAM (pp_scan, scan_window);
559 UINT32_TO_STREAM (pp_scan, scan_interval);
560 UINT8_TO_STREAM (pp_scan, addr_type);
561 UINT8_TO_STREAM (pp_scan, discard_rule);
    [all...]
btm_ble_gap.c 312 UINT8 *pp_scan = scan_param; local
316 UINT8_TO_STREAM(pp_scan, scan_type);
317 UINT32_TO_STREAM(pp_scan, scan_int);
318 UINT32_TO_STREAM(pp_scan, scan_win);
319 UINT8_TO_STREAM(pp_scan, addr_type_own);
320 UINT8_TO_STREAM(pp_scan, scan_filter_policy);
    [all...]

Completed in 177 milliseconds