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 548 UINT8 scan_param[BTM_BLE_BATCH_SCAN_PARAM_CONFIG_LEN], *pp_scan; local
550 pp_scan = scan_param;
557 UINT8_TO_STREAM (pp_scan, BTM_BLE_BATCH_SCAN_SET_PARAMS);
558 UINT8_TO_STREAM (pp_scan, scan_mode);
559 UINT32_TO_STREAM (pp_scan, scan_window);
560 UINT32_TO_STREAM (pp_scan, scan_interval);
561 UINT8_TO_STREAM (pp_scan, addr_type);
562 UINT8_TO_STREAM (pp_scan, discard_rule);
    [all...]
btm_ble_gap.c 320 UINT8 *pp_scan = scan_param; local
324 UINT8_TO_STREAM(pp_scan, scan_type);
325 UINT32_TO_STREAM(pp_scan, scan_int);
326 UINT32_TO_STREAM(pp_scan, scan_win);
327 UINT8_TO_STREAM(pp_scan, addr_type_own);
328 UINT8_TO_STREAM(pp_scan, scan_filter_policy);
    [all...]

Completed in 46 milliseconds