• Home
  • Raw
  • Download

Lines Matching refs:pp

118   uint8_t* pp = (uint8_t*)(p + 1);  in btsnd_hcic_ble_write_adv_params()  local
123 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_ADV_PARAMS); in btsnd_hcic_ble_write_adv_params()
124 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_PARAMS); in btsnd_hcic_ble_write_adv_params()
126 UINT16_TO_STREAM(pp, adv_int_min); in btsnd_hcic_ble_write_adv_params()
127 UINT16_TO_STREAM(pp, adv_int_max); in btsnd_hcic_ble_write_adv_params()
128 UINT8_TO_STREAM(pp, adv_type); in btsnd_hcic_ble_write_adv_params()
129 UINT8_TO_STREAM(pp, addr_type_own); in btsnd_hcic_ble_write_adv_params()
130 UINT8_TO_STREAM(pp, addr_type_dir); in btsnd_hcic_ble_write_adv_params()
131 BDADDR_TO_STREAM(pp, direct_bda); in btsnd_hcic_ble_write_adv_params()
132 UINT8_TO_STREAM(pp, channel_map); in btsnd_hcic_ble_write_adv_params()
133 UINT8_TO_STREAM(pp, adv_filter_policy); in btsnd_hcic_ble_write_adv_params()
139 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_read_adv_chnl_tx_power() local
144 UINT16_TO_STREAM(pp, HCI_BLE_READ_ADV_CHNL_TX_POWER); in btsnd_hcic_ble_read_adv_chnl_tx_power()
145 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_adv_chnl_tx_power()
152 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_adv_data() local
157 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_ADV_DATA); in btsnd_hcic_ble_set_adv_data()
158 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA + 1); in btsnd_hcic_ble_set_adv_data()
160 memset(pp, 0, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA); in btsnd_hcic_ble_set_adv_data()
167 UINT8_TO_STREAM(pp, data_len); in btsnd_hcic_ble_set_adv_data()
169 ARRAY_TO_STREAM(pp, p_data, data_len); in btsnd_hcic_ble_set_adv_data()
176 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_adv_enable() local
181 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_ADV_ENABLE); in btsnd_hcic_ble_set_adv_enable()
182 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_WRITE_ADV_ENABLE); in btsnd_hcic_ble_set_adv_enable()
184 UINT8_TO_STREAM(pp, adv_enable); in btsnd_hcic_ble_set_adv_enable()
191 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_scan_params() local
196 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_SCAN_PARAMS); in btsnd_hcic_ble_set_scan_params()
197 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_SCAN_PARAM); in btsnd_hcic_ble_set_scan_params()
199 UINT8_TO_STREAM(pp, scan_type); in btsnd_hcic_ble_set_scan_params()
200 UINT16_TO_STREAM(pp, scan_int); in btsnd_hcic_ble_set_scan_params()
201 UINT16_TO_STREAM(pp, scan_win); in btsnd_hcic_ble_set_scan_params()
202 UINT8_TO_STREAM(pp, addr_type_own); in btsnd_hcic_ble_set_scan_params()
203 UINT8_TO_STREAM(pp, scan_filter_policy); in btsnd_hcic_ble_set_scan_params()
210 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_scan_enable() local
215 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_SCAN_ENABLE); in btsnd_hcic_ble_set_scan_enable()
216 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_SCAN_ENABLE); in btsnd_hcic_ble_set_scan_enable()
218 UINT8_TO_STREAM(pp, scan_enable); in btsnd_hcic_ble_set_scan_enable()
219 UINT8_TO_STREAM(pp, duplicate); in btsnd_hcic_ble_set_scan_enable()
226 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_read_remote_feat() local
231 UINT16_TO_STREAM(pp, HCI_BLE_READ_REMOTE_FEAT); in btsnd_hcic_ble_read_remote_feat()
232 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_READ_REMOTE_FEAT); in btsnd_hcic_ble_read_remote_feat()
234 UINT16_TO_STREAM(pp, handle); in btsnd_hcic_ble_read_remote_feat()
254 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_start_enc() local
259 UINT16_TO_STREAM(pp, HCI_BLE_START_ENC); in btsnd_hcic_ble_start_enc()
260 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_START_ENC); in btsnd_hcic_ble_start_enc()
262 UINT16_TO_STREAM(pp, handle); in btsnd_hcic_ble_start_enc()
263 ARRAY_TO_STREAM(pp, rand, HCIC_BLE_RAND_DI_SIZE); in btsnd_hcic_ble_start_enc()
264 UINT16_TO_STREAM(pp, ediv); in btsnd_hcic_ble_start_enc()
265 ARRAY_TO_STREAM(pp, ltk.data(), HCIC_BLE_ENCRYPT_KEY_SIZE); in btsnd_hcic_ble_start_enc()
272 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_ltk_req_reply() local
277 UINT16_TO_STREAM(pp, HCI_BLE_LTK_REQ_REPLY); in btsnd_hcic_ble_ltk_req_reply()
278 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_LTK_REQ_REPLY); in btsnd_hcic_ble_ltk_req_reply()
280 UINT16_TO_STREAM(pp, handle); in btsnd_hcic_ble_ltk_req_reply()
281 ARRAY_TO_STREAM(pp, ltk.data(), HCIC_BLE_ENCRYPT_KEY_SIZE); in btsnd_hcic_ble_ltk_req_reply()
288 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_ltk_req_neg_reply() local
293 UINT16_TO_STREAM(pp, HCI_BLE_LTK_REQ_NEG_REPLY); in btsnd_hcic_ble_ltk_req_neg_reply()
294 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_LTK_REQ_NEG_REPLY); in btsnd_hcic_ble_ltk_req_neg_reply()
296 UINT16_TO_STREAM(pp, handle); in btsnd_hcic_ble_ltk_req_neg_reply()
303 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_receiver_test() local
308 UINT16_TO_STREAM(pp, HCI_BLE_RECEIVER_TEST); in btsnd_hcic_ble_receiver_test()
309 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_WRITE_PARAM1); in btsnd_hcic_ble_receiver_test()
311 UINT8_TO_STREAM(pp, rx_freq); in btsnd_hcic_ble_receiver_test()
318 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_transmitter_test() local
323 UINT16_TO_STREAM(pp, HCI_BLE_TRANSMITTER_TEST); in btsnd_hcic_ble_transmitter_test()
324 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_WRITE_PARAM3); in btsnd_hcic_ble_transmitter_test()
326 UINT8_TO_STREAM(pp, tx_freq); in btsnd_hcic_ble_transmitter_test()
327 UINT8_TO_STREAM(pp, test_data_len); in btsnd_hcic_ble_transmitter_test()
328 UINT8_TO_STREAM(pp, payload); in btsnd_hcic_ble_transmitter_test()
335 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_test_end() local
340 UINT16_TO_STREAM(pp, HCI_BLE_TEST_END); in btsnd_hcic_ble_test_end()
341 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_test_end()
348 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_read_resolvable_addr_peer() local
353 UINT16_TO_STREAM(pp, HCI_BLE_READ_RESOLVABLE_ADDR_PEER); in btsnd_hcic_ble_read_resolvable_addr_peer()
354 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_READ_RESOLVABLE_ADDR_PEER); in btsnd_hcic_ble_read_resolvable_addr_peer()
355 UINT8_TO_STREAM(pp, addr_type_peer); in btsnd_hcic_ble_read_resolvable_addr_peer()
356 BDADDR_TO_STREAM(pp, bda_peer); in btsnd_hcic_ble_read_resolvable_addr_peer()
363 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_rand_priv_addr_timeout() local
368 UINT16_TO_STREAM(pp, HCI_BLE_SET_RAND_PRIV_ADDR_TIMEOUT); in btsnd_hcic_ble_set_rand_priv_addr_timeout()
369 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_SET_RAND_PRIV_ADDR_TIMEOUT); in btsnd_hcic_ble_set_rand_priv_addr_timeout()
370 UINT16_TO_STREAM(pp, rpa_timeout); in btsnd_hcic_ble_set_rand_priv_addr_timeout()
377 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_data_length() local
382 UINT16_TO_STREAM(pp, HCI_BLE_SET_DATA_LENGTH); in btsnd_hcic_ble_set_data_length()
383 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_SET_DATA_LENGTH); in btsnd_hcic_ble_set_data_length()
385 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_set_data_length()
386 UINT16_TO_STREAM(pp, tx_octets); in btsnd_hcic_ble_set_data_length()
387 UINT16_TO_STREAM(pp, tx_time); in btsnd_hcic_ble_set_data_length()
396 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_extended_scan_params() local
404 UINT16_TO_STREAM(pp, HCI_LE_SET_EXTENDED_SCAN_PARAMETERS); in btsnd_hcic_ble_set_extended_scan_params()
405 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_ble_set_extended_scan_params()
407 UINT8_TO_STREAM(pp, own_address_type); in btsnd_hcic_ble_set_extended_scan_params()
408 UINT8_TO_STREAM(pp, scanning_filter_policy); in btsnd_hcic_ble_set_extended_scan_params()
409 UINT8_TO_STREAM(pp, scanning_phys); in btsnd_hcic_ble_set_extended_scan_params()
412 UINT8_TO_STREAM(pp, phy_cfg[i].scan_type); in btsnd_hcic_ble_set_extended_scan_params()
413 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_set_extended_scan_params()
414 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_set_extended_scan_params()
423 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_extended_scan_enable() local
429 UINT16_TO_STREAM(pp, HCI_LE_SET_EXTENDED_SCAN_ENABLE); in btsnd_hcic_ble_set_extended_scan_enable()
430 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_ble_set_extended_scan_enable()
432 UINT8_TO_STREAM(pp, enable); in btsnd_hcic_ble_set_extended_scan_enable()
433 UINT8_TO_STREAM(pp, filter_duplicates); in btsnd_hcic_ble_set_extended_scan_enable()
434 UINT16_TO_STREAM(pp, duration); in btsnd_hcic_ble_set_extended_scan_enable()
435 UINT16_TO_STREAM(pp, period); in btsnd_hcic_ble_set_extended_scan_enable()
447 uint8_t* pp = param; in btsnd_hcic_set_cig_params() local
449 UINT8_TO_STREAM(pp, cig_id); in btsnd_hcic_set_cig_params()
450 UINT24_TO_STREAM(pp, sdu_itv_mtos); in btsnd_hcic_set_cig_params()
451 UINT24_TO_STREAM(pp, sdu_itv_stom); in btsnd_hcic_set_cig_params()
452 UINT8_TO_STREAM(pp, sca); in btsnd_hcic_set_cig_params()
453 UINT8_TO_STREAM(pp, packing); in btsnd_hcic_set_cig_params()
454 UINT8_TO_STREAM(pp, framing); in btsnd_hcic_set_cig_params()
455 UINT16_TO_STREAM(pp, max_trans_lat_mtos); in btsnd_hcic_set_cig_params()
456 UINT16_TO_STREAM(pp, max_trans_lat_stom); in btsnd_hcic_set_cig_params()
457 UINT8_TO_STREAM(pp, cis_cnt); in btsnd_hcic_set_cig_params()
460 UINT8_TO_STREAM(pp, cis_cfg[i].cis_id); in btsnd_hcic_set_cig_params()
461 UINT16_TO_STREAM(pp, cis_cfg[i].max_sdu_size_mtos); in btsnd_hcic_set_cig_params()
462 UINT16_TO_STREAM(pp, cis_cfg[i].max_sdu_size_stom); in btsnd_hcic_set_cig_params()
463 UINT8_TO_STREAM(pp, cis_cfg[i].phy_mtos); in btsnd_hcic_set_cig_params()
464 UINT8_TO_STREAM(pp, cis_cfg[i].phy_stom); in btsnd_hcic_set_cig_params()
465 UINT8_TO_STREAM(pp, cis_cfg[i].rtn_mtos); in btsnd_hcic_set_cig_params()
466 UINT8_TO_STREAM(pp, cis_cfg[i].rtn_stom); in btsnd_hcic_set_cig_params()
476 uint8_t* pp = param; in btsnd_hcic_create_cis() local
478 UINT8_TO_STREAM(pp, num_cis); in btsnd_hcic_create_cis()
481 UINT16_TO_STREAM(pp, cis_cfg[i].cis_conn_handle); in btsnd_hcic_create_cis()
482 UINT16_TO_STREAM(pp, cis_cfg[i].acl_conn_handle); in btsnd_hcic_create_cis()
491 uint8_t* pp = param; in btsnd_hcic_remove_cig() local
493 UINT8_TO_STREAM(pp, cig_id); in btsnd_hcic_remove_cig()
500 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_req_peer_sca() local
506 UINT16_TO_STREAM(pp, HCI_LE_REQ_PEER_SCA); in btsnd_hcic_req_peer_sca()
507 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_req_peer_sca()
508 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_req_peer_sca()
518 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_create_big() local
524 UINT16_TO_STREAM(pp, HCI_LE_CREATE_BIG); in btsnd_hcic_create_big()
525 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_create_big()
527 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_create_big()
528 UINT8_TO_STREAM(pp, adv_handle); in btsnd_hcic_create_big()
529 UINT8_TO_STREAM(pp, num_bis); in btsnd_hcic_create_big()
530 UINT24_TO_STREAM(pp, sdu_itv); in btsnd_hcic_create_big()
531 UINT16_TO_STREAM(pp, max_sdu_size); in btsnd_hcic_create_big()
532 UINT16_TO_STREAM(pp, transport_latency); in btsnd_hcic_create_big()
533 UINT8_TO_STREAM(pp, rtn); in btsnd_hcic_create_big()
534 UINT8_TO_STREAM(pp, phy); in btsnd_hcic_create_big()
535 UINT8_TO_STREAM(pp, packing); in btsnd_hcic_create_big()
536 UINT8_TO_STREAM(pp, framing); in btsnd_hcic_create_big()
537 UINT8_TO_STREAM(pp, enc); in btsnd_hcic_create_big()
540 ARRAY_TO_STREAM(pp, buf_ptr, 16); in btsnd_hcic_create_big()
547 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_term_big() local
553 UINT16_TO_STREAM(pp, HCI_LE_TERM_BIG); in btsnd_hcic_term_big()
554 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_term_big()
556 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_term_big()
557 UINT8_TO_STREAM(pp, reason); in btsnd_hcic_term_big()
569 uint8_t* pp = param; in btsnd_hcic_setup_iso_data_path() local
571 UINT16_TO_STREAM(pp, iso_handle); in btsnd_hcic_setup_iso_data_path()
572 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_setup_iso_data_path()
573 UINT8_TO_STREAM(pp, data_path_id); in btsnd_hcic_setup_iso_data_path()
574 UINT8_TO_STREAM(pp, codec_id_format); in btsnd_hcic_setup_iso_data_path()
575 UINT16_TO_STREAM(pp, codec_id_company); in btsnd_hcic_setup_iso_data_path()
576 UINT16_TO_STREAM(pp, codec_id_vendor); in btsnd_hcic_setup_iso_data_path()
577 UINT24_TO_STREAM(pp, controller_delay); in btsnd_hcic_setup_iso_data_path()
578 UINT8_TO_STREAM(pp, codec_conf.size()); in btsnd_hcic_setup_iso_data_path()
579 ARRAY_TO_STREAM(pp, codec_conf.data(), static_cast<int>(codec_conf.size())); in btsnd_hcic_setup_iso_data_path()
588 uint8_t* pp = param; in btsnd_hcic_remove_iso_data_path() local
590 UINT16_TO_STREAM(pp, iso_handle); in btsnd_hcic_remove_iso_data_path()
591 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_remove_iso_data_path()
600 uint8_t* pp = param; in btsnd_hcic_read_iso_link_quality() local
602 UINT16_TO_STREAM(pp, iso_handle); in btsnd_hcic_read_iso_link_quality()
612 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_periodic_advertising_create_sync() local
617 UINT16_TO_STREAM(pp, HCI_BLE_PERIODIC_ADVERTISING_CREATE_SYNC); in btsnd_hcic_ble_periodic_advertising_create_sync()
618 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_PERIODIC_ADVERTISING_CREATE_SYNC); in btsnd_hcic_ble_periodic_advertising_create_sync()
619 UINT8_TO_STREAM(pp, options); in btsnd_hcic_ble_periodic_advertising_create_sync()
620 UINT8_TO_STREAM(pp, adv_sid); in btsnd_hcic_ble_periodic_advertising_create_sync()
621 UINT8_TO_STREAM(pp, adv_addr_type); in btsnd_hcic_ble_periodic_advertising_create_sync()
622 BDADDR_TO_STREAM(pp, adv_addr); in btsnd_hcic_ble_periodic_advertising_create_sync()
623 UINT16_TO_STREAM(pp, skip_num); in btsnd_hcic_ble_periodic_advertising_create_sync()
624 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_periodic_advertising_create_sync()
625 UINT8_TO_STREAM(pp, sync_cte_type); in btsnd_hcic_ble_periodic_advertising_create_sync()
639 uint8_t* pp = param; in btsnd_hcic_ble_periodic_advertising_terminate_sync() local
641 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_periodic_advertising_terminate_sync()
651 uint8_t* pp = param; in btsnd_hci_ble_add_device_to_periodic_advertiser_list() local
653 UINT8_TO_STREAM(pp, adv_addr_type); in btsnd_hci_ble_add_device_to_periodic_advertiser_list()
654 BDADDR_TO_STREAM(pp, adv_addr); in btsnd_hci_ble_add_device_to_periodic_advertiser_list()
655 UINT8_TO_STREAM(pp, adv_sid); in btsnd_hci_ble_add_device_to_periodic_advertiser_list()
665 uint8_t* pp = param; in btsnd_hci_ble_remove_device_from_periodic_advertiser_list() local
667 UINT8_TO_STREAM(pp, adv_addr_type); in btsnd_hci_ble_remove_device_from_periodic_advertiser_list()
668 BDADDR_TO_STREAM(pp, adv_addr); in btsnd_hci_ble_remove_device_from_periodic_advertiser_list()
669 UINT8_TO_STREAM(pp, adv_sid); in btsnd_hci_ble_remove_device_from_periodic_advertiser_list()
684 uint8_t* pp = param; in btsnd_hcic_ble_set_periodic_advertising_receive_enable() local
686 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_set_periodic_advertising_receive_enable()
687 UINT8_TO_STREAM(pp, (enable ? 0x01 : 0x00)); in btsnd_hcic_ble_set_periodic_advertising_receive_enable()
697 uint8_t* pp = param; in btsnd_hcic_ble_periodic_advertising_sync_transfer() local
699 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_periodic_advertising_sync_transfer()
700 UINT16_TO_STREAM(pp, service_data); in btsnd_hcic_ble_periodic_advertising_sync_transfer()
701 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_periodic_advertising_sync_transfer()
711 uint8_t* pp = param; in btsnd_hcic_ble_periodic_advertising_set_info_transfer() local
713 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
714 UINT16_TO_STREAM(pp, service_data); in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
715 UINT8_TO_STREAM(pp, adv_handle); in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
725 uint8_t* pp = param; in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params() local
727 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
728 UINT8_TO_STREAM(pp, mode); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
729 UINT16_TO_STREAM(pp, skip); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
730 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
731 UINT8_TO_STREAM(pp, cte_type); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
742 uint8_t* pp = param; in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params() local
744 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()
745 UINT8_TO_STREAM(pp, mode); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()
746 UINT16_TO_STREAM(pp, skip); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()
747 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()
748 UINT8_TO_STREAM(pp, cte_type); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()