Lines Matching refs:pp

122   uint8_t* pp = (uint8_t*)(p + 1);  in btsnd_hcic_ble_write_adv_params()  local
127 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_ADV_PARAMS); in btsnd_hcic_ble_write_adv_params()
128 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_PARAMS); in btsnd_hcic_ble_write_adv_params()
130 UINT16_TO_STREAM(pp, adv_int_min); in btsnd_hcic_ble_write_adv_params()
131 UINT16_TO_STREAM(pp, adv_int_max); in btsnd_hcic_ble_write_adv_params()
132 UINT8_TO_STREAM(pp, adv_type); in btsnd_hcic_ble_write_adv_params()
133 UINT8_TO_STREAM(pp, addr_type_own); in btsnd_hcic_ble_write_adv_params()
134 UINT8_TO_STREAM(pp, addr_type_dir); in btsnd_hcic_ble_write_adv_params()
135 BDADDR_TO_STREAM(pp, direct_bda); in btsnd_hcic_ble_write_adv_params()
136 UINT8_TO_STREAM(pp, channel_map); in btsnd_hcic_ble_write_adv_params()
137 UINT8_TO_STREAM(pp, adv_filter_policy); in btsnd_hcic_ble_write_adv_params()
143 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_read_adv_chnl_tx_power() local
148 UINT16_TO_STREAM(pp, HCI_BLE_READ_ADV_CHNL_TX_POWER); in btsnd_hcic_ble_read_adv_chnl_tx_power()
149 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_adv_chnl_tx_power()
156 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_adv_data() local
161 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_ADV_DATA); in btsnd_hcic_ble_set_adv_data()
162 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA + 1); in btsnd_hcic_ble_set_adv_data()
164 memset(pp, 0, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA); in btsnd_hcic_ble_set_adv_data()
170 UINT8_TO_STREAM(pp, data_len); in btsnd_hcic_ble_set_adv_data()
172 ARRAY_TO_STREAM(pp, p_data, data_len); in btsnd_hcic_ble_set_adv_data()
179 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_adv_enable() local
184 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_ADV_ENABLE); in btsnd_hcic_ble_set_adv_enable()
185 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_WRITE_ADV_ENABLE); in btsnd_hcic_ble_set_adv_enable()
187 UINT8_TO_STREAM(pp, adv_enable); in btsnd_hcic_ble_set_adv_enable()
195 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_scan_params() local
200 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_SCAN_PARAMS); in btsnd_hcic_ble_set_scan_params()
201 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_SCAN_PARAM); in btsnd_hcic_ble_set_scan_params()
203 UINT8_TO_STREAM(pp, scan_type); in btsnd_hcic_ble_set_scan_params()
204 UINT16_TO_STREAM(pp, scan_int); in btsnd_hcic_ble_set_scan_params()
205 UINT16_TO_STREAM(pp, scan_win); in btsnd_hcic_ble_set_scan_params()
206 UINT8_TO_STREAM(pp, addr_type_own); in btsnd_hcic_ble_set_scan_params()
207 UINT8_TO_STREAM(pp, scan_filter_policy); in btsnd_hcic_ble_set_scan_params()
214 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_scan_enable() local
219 UINT16_TO_STREAM(pp, HCI_BLE_WRITE_SCAN_ENABLE); in btsnd_hcic_ble_set_scan_enable()
220 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_SCAN_ENABLE); in btsnd_hcic_ble_set_scan_enable()
222 UINT8_TO_STREAM(pp, scan_enable); in btsnd_hcic_ble_set_scan_enable()
223 UINT8_TO_STREAM(pp, duplicate); in btsnd_hcic_ble_set_scan_enable()
230 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_read_remote_feat() local
235 UINT16_TO_STREAM(pp, HCI_BLE_READ_REMOTE_FEAT); in btsnd_hcic_ble_read_remote_feat()
236 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_READ_REMOTE_FEAT); in btsnd_hcic_ble_read_remote_feat()
238 UINT16_TO_STREAM(pp, handle); in btsnd_hcic_ble_read_remote_feat()
260 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_start_enc() local
265 UINT16_TO_STREAM(pp, HCI_BLE_START_ENC); in btsnd_hcic_ble_start_enc()
266 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_START_ENC); in btsnd_hcic_ble_start_enc()
268 UINT16_TO_STREAM(pp, handle); in btsnd_hcic_ble_start_enc()
269 ARRAY_TO_STREAM(pp, rand, HCIC_BLE_RAND_DI_SIZE); in btsnd_hcic_ble_start_enc()
270 UINT16_TO_STREAM(pp, ediv); in btsnd_hcic_ble_start_enc()
271 ARRAY_TO_STREAM(pp, ltk.data(), HCIC_BLE_ENCRYPT_KEY_SIZE); in btsnd_hcic_ble_start_enc()
278 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_ltk_req_reply() local
283 UINT16_TO_STREAM(pp, HCI_BLE_LTK_REQ_REPLY); in btsnd_hcic_ble_ltk_req_reply()
284 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_LTK_REQ_REPLY); in btsnd_hcic_ble_ltk_req_reply()
286 UINT16_TO_STREAM(pp, handle); in btsnd_hcic_ble_ltk_req_reply()
287 ARRAY_TO_STREAM(pp, ltk.data(), HCIC_BLE_ENCRYPT_KEY_SIZE); in btsnd_hcic_ble_ltk_req_reply()
294 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_ltk_req_neg_reply() local
299 UINT16_TO_STREAM(pp, HCI_BLE_LTK_REQ_NEG_REPLY); in btsnd_hcic_ble_ltk_req_neg_reply()
300 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_LTK_REQ_NEG_REPLY); in btsnd_hcic_ble_ltk_req_neg_reply()
302 UINT16_TO_STREAM(pp, handle); in btsnd_hcic_ble_ltk_req_neg_reply()
309 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_receiver_test() local
314 UINT16_TO_STREAM(pp, HCI_BLE_RECEIVER_TEST); in btsnd_hcic_ble_receiver_test()
315 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_WRITE_PARAM1); in btsnd_hcic_ble_receiver_test()
317 UINT8_TO_STREAM(pp, rx_freq); in btsnd_hcic_ble_receiver_test()
325 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_transmitter_test() local
330 UINT16_TO_STREAM(pp, HCI_BLE_TRANSMITTER_TEST); in btsnd_hcic_ble_transmitter_test()
331 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_WRITE_PARAM3); in btsnd_hcic_ble_transmitter_test()
333 UINT8_TO_STREAM(pp, tx_freq); in btsnd_hcic_ble_transmitter_test()
334 UINT8_TO_STREAM(pp, test_data_len); in btsnd_hcic_ble_transmitter_test()
335 UINT8_TO_STREAM(pp, payload); in btsnd_hcic_ble_transmitter_test()
342 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_test_end() local
347 UINT16_TO_STREAM(pp, HCI_BLE_TEST_END); in btsnd_hcic_ble_test_end()
348 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_test_end()
356 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_read_resolvable_addr_peer() local
361 UINT16_TO_STREAM(pp, HCI_BLE_READ_RESOLVABLE_ADDR_PEER); in btsnd_hcic_ble_read_resolvable_addr_peer()
362 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_READ_RESOLVABLE_ADDR_PEER); in btsnd_hcic_ble_read_resolvable_addr_peer()
363 UINT8_TO_STREAM(pp, addr_type_peer); in btsnd_hcic_ble_read_resolvable_addr_peer()
364 BDADDR_TO_STREAM(pp, bda_peer); in btsnd_hcic_ble_read_resolvable_addr_peer()
371 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_rand_priv_addr_timeout() local
376 UINT16_TO_STREAM(pp, HCI_BLE_SET_RAND_PRIV_ADDR_TIMOUT); in btsnd_hcic_ble_set_rand_priv_addr_timeout()
377 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_SET_RAND_PRIV_ADDR_TIMOUT); in btsnd_hcic_ble_set_rand_priv_addr_timeout()
378 UINT16_TO_STREAM(pp, rpa_timout); in btsnd_hcic_ble_set_rand_priv_addr_timeout()
386 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_data_length() local
391 UINT16_TO_STREAM(pp, HCI_BLE_SET_DATA_LENGTH); in btsnd_hcic_ble_set_data_length()
392 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_SET_DATA_LENGTH); in btsnd_hcic_ble_set_data_length()
394 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_set_data_length()
395 UINT16_TO_STREAM(pp, tx_octets); in btsnd_hcic_ble_set_data_length()
396 UINT16_TO_STREAM(pp, tx_time); in btsnd_hcic_ble_set_data_length()
406 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_extended_scan_params() local
415 UINT16_TO_STREAM(pp, HCI_LE_SET_EXTENDED_SCAN_PARAMETERS); in btsnd_hcic_ble_set_extended_scan_params()
416 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_ble_set_extended_scan_params()
418 UINT8_TO_STREAM(pp, own_address_type); in btsnd_hcic_ble_set_extended_scan_params()
419 UINT8_TO_STREAM(pp, scanning_filter_policy); in btsnd_hcic_ble_set_extended_scan_params()
420 UINT8_TO_STREAM(pp, scanning_phys); in btsnd_hcic_ble_set_extended_scan_params()
423 UINT8_TO_STREAM(pp, phy_cfg[i].scan_type); in btsnd_hcic_ble_set_extended_scan_params()
424 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_set_extended_scan_params()
425 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_set_extended_scan_params()
436 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_set_extended_scan_enable() local
442 UINT16_TO_STREAM(pp, HCI_LE_SET_EXTENDED_SCAN_ENABLE); in btsnd_hcic_ble_set_extended_scan_enable()
443 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_ble_set_extended_scan_enable()
445 UINT8_TO_STREAM(pp, enable); in btsnd_hcic_ble_set_extended_scan_enable()
446 UINT8_TO_STREAM(pp, filter_duplicates); in btsnd_hcic_ble_set_extended_scan_enable()
447 UINT16_TO_STREAM(pp, duration); in btsnd_hcic_ble_set_extended_scan_enable()
448 UINT16_TO_STREAM(pp, period); in btsnd_hcic_ble_set_extended_scan_enable()
460 uint8_t* pp = param; in btsnd_hcic_set_cig_params() local
462 UINT8_TO_STREAM(pp, cig_id); in btsnd_hcic_set_cig_params()
463 UINT24_TO_STREAM(pp, sdu_itv_mtos); in btsnd_hcic_set_cig_params()
464 UINT24_TO_STREAM(pp, sdu_itv_stom); in btsnd_hcic_set_cig_params()
465 UINT8_TO_STREAM(pp, sca); in btsnd_hcic_set_cig_params()
466 UINT8_TO_STREAM(pp, packing); in btsnd_hcic_set_cig_params()
467 UINT8_TO_STREAM(pp, framing); in btsnd_hcic_set_cig_params()
468 UINT16_TO_STREAM(pp, max_trans_lat_mtos); in btsnd_hcic_set_cig_params()
469 UINT16_TO_STREAM(pp, max_trans_lat_stom); in btsnd_hcic_set_cig_params()
470 UINT8_TO_STREAM(pp, cis_cnt); in btsnd_hcic_set_cig_params()
473 UINT8_TO_STREAM(pp, cis_cfg[i].cis_id); in btsnd_hcic_set_cig_params()
474 UINT16_TO_STREAM(pp, cis_cfg[i].max_sdu_size_mtos); in btsnd_hcic_set_cig_params()
475 UINT16_TO_STREAM(pp, cis_cfg[i].max_sdu_size_stom); in btsnd_hcic_set_cig_params()
476 UINT8_TO_STREAM(pp, cis_cfg[i].phy_mtos); in btsnd_hcic_set_cig_params()
477 UINT8_TO_STREAM(pp, cis_cfg[i].phy_stom); in btsnd_hcic_set_cig_params()
478 UINT8_TO_STREAM(pp, cis_cfg[i].rtn_mtos); in btsnd_hcic_set_cig_params()
479 UINT8_TO_STREAM(pp, cis_cfg[i].rtn_stom); in btsnd_hcic_set_cig_params()
490 uint8_t* pp = param; in btsnd_hcic_create_cis() local
492 UINT8_TO_STREAM(pp, num_cis); in btsnd_hcic_create_cis()
495 UINT16_TO_STREAM(pp, cis_cfg[i].cis_conn_handle); in btsnd_hcic_create_cis()
496 UINT16_TO_STREAM(pp, cis_cfg[i].acl_conn_handle); in btsnd_hcic_create_cis()
507 uint8_t* pp = param; in btsnd_hcic_remove_cig() local
509 UINT8_TO_STREAM(pp, cig_id); in btsnd_hcic_remove_cig()
517 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_req_peer_sca() local
523 UINT16_TO_STREAM(pp, HCI_LE_REQ_PEER_SCA); in btsnd_hcic_req_peer_sca()
524 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_req_peer_sca()
525 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_req_peer_sca()
537 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_create_big() local
543 UINT16_TO_STREAM(pp, HCI_LE_CREATE_BIG); in btsnd_hcic_create_big()
544 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_create_big()
546 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_create_big()
547 UINT8_TO_STREAM(pp, adv_handle); in btsnd_hcic_create_big()
548 UINT8_TO_STREAM(pp, num_bis); in btsnd_hcic_create_big()
549 UINT24_TO_STREAM(pp, sdu_itv); in btsnd_hcic_create_big()
550 UINT16_TO_STREAM(pp, max_sdu_size); in btsnd_hcic_create_big()
551 UINT16_TO_STREAM(pp, transport_latency); in btsnd_hcic_create_big()
552 UINT8_TO_STREAM(pp, rtn); in btsnd_hcic_create_big()
553 UINT8_TO_STREAM(pp, phy); in btsnd_hcic_create_big()
554 UINT8_TO_STREAM(pp, packing); in btsnd_hcic_create_big()
555 UINT8_TO_STREAM(pp, framing); in btsnd_hcic_create_big()
556 UINT8_TO_STREAM(pp, enc); in btsnd_hcic_create_big()
559 ARRAY_TO_STREAM(pp, buf_ptr, 16); in btsnd_hcic_create_big()
566 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_term_big() local
572 UINT16_TO_STREAM(pp, HCI_LE_TERM_BIG); in btsnd_hcic_term_big()
573 UINT8_TO_STREAM(pp, param_len); in btsnd_hcic_term_big()
575 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_term_big()
576 UINT8_TO_STREAM(pp, reason); in btsnd_hcic_term_big()
589 uint8_t* pp = param; in btsnd_hcic_setup_iso_data_path() local
591 UINT16_TO_STREAM(pp, iso_handle); in btsnd_hcic_setup_iso_data_path()
592 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_setup_iso_data_path()
593 UINT8_TO_STREAM(pp, data_path_id); in btsnd_hcic_setup_iso_data_path()
594 UINT8_TO_STREAM(pp, codec_id_format); in btsnd_hcic_setup_iso_data_path()
595 UINT16_TO_STREAM(pp, codec_id_company); in btsnd_hcic_setup_iso_data_path()
596 UINT16_TO_STREAM(pp, codec_id_vendor); in btsnd_hcic_setup_iso_data_path()
597 UINT24_TO_STREAM(pp, controller_delay); in btsnd_hcic_setup_iso_data_path()
598 UINT8_TO_STREAM(pp, codec_conf.size()); in btsnd_hcic_setup_iso_data_path()
599 ARRAY_TO_STREAM(pp, codec_conf.data(), static_cast<int>(codec_conf.size())); in btsnd_hcic_setup_iso_data_path()
610 uint8_t* pp = param; in btsnd_hcic_remove_iso_data_path() local
612 UINT16_TO_STREAM(pp, iso_handle); in btsnd_hcic_remove_iso_data_path()
613 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_remove_iso_data_path()
623 uint8_t* pp = param; in btsnd_hcic_read_iso_link_quality() local
625 UINT16_TO_STREAM(pp, iso_handle); in btsnd_hcic_read_iso_link_quality()
636 uint8_t* pp = (uint8_t*)(p + 1); in btsnd_hcic_ble_periodic_advertising_create_sync() local
642 UINT16_TO_STREAM(pp, HCI_BLE_PERIODIC_ADVERTISING_CREATE_SYNC); in btsnd_hcic_ble_periodic_advertising_create_sync()
643 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_PERIODIC_ADVERTISING_CREATE_SYNC); in btsnd_hcic_ble_periodic_advertising_create_sync()
644 UINT8_TO_STREAM(pp, options); in btsnd_hcic_ble_periodic_advertising_create_sync()
645 UINT8_TO_STREAM(pp, adv_sid); in btsnd_hcic_ble_periodic_advertising_create_sync()
646 UINT8_TO_STREAM(pp, adv_addr_type); in btsnd_hcic_ble_periodic_advertising_create_sync()
647 BDADDR_TO_STREAM(pp, adv_addr); in btsnd_hcic_ble_periodic_advertising_create_sync()
648 UINT16_TO_STREAM(pp, skip_num); in btsnd_hcic_ble_periodic_advertising_create_sync()
649 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_periodic_advertising_create_sync()
650 UINT8_TO_STREAM(pp, sync_cte_type); in btsnd_hcic_ble_periodic_advertising_create_sync()
665 uint8_t* pp = param; in btsnd_hcic_ble_periodic_advertising_terminate_sync() local
667 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_periodic_advertising_terminate_sync()
678 uint8_t* pp = param; in btsnd_hci_ble_add_device_to_periodic_advertiser_list() local
680 UINT8_TO_STREAM(pp, adv_addr_type); in btsnd_hci_ble_add_device_to_periodic_advertiser_list()
681 BDADDR_TO_STREAM(pp, adv_addr); in btsnd_hci_ble_add_device_to_periodic_advertiser_list()
682 UINT8_TO_STREAM(pp, adv_sid); in btsnd_hci_ble_add_device_to_periodic_advertiser_list()
693 uint8_t* pp = param; in btsnd_hci_ble_remove_device_from_periodic_advertiser_list() local
695 UINT8_TO_STREAM(pp, adv_addr_type); in btsnd_hci_ble_remove_device_from_periodic_advertiser_list()
696 BDADDR_TO_STREAM(pp, adv_addr); in btsnd_hci_ble_remove_device_from_periodic_advertiser_list()
697 UINT8_TO_STREAM(pp, adv_sid); in btsnd_hci_ble_remove_device_from_periodic_advertiser_list()
716 uint8_t* pp = param; in btsnd_hcic_ble_set_periodic_advertising_receive_enable() local
718 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_set_periodic_advertising_receive_enable()
719 UINT8_TO_STREAM(pp, (enable ? 0x01 : 0x00)); in btsnd_hcic_ble_set_periodic_advertising_receive_enable()
730 uint8_t* pp = param; in btsnd_hcic_ble_periodic_advertising_sync_transfer() local
732 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_periodic_advertising_sync_transfer()
733 UINT16_TO_STREAM(pp, service_data); in btsnd_hcic_ble_periodic_advertising_sync_transfer()
734 UINT16_TO_STREAM(pp, sync_handle); in btsnd_hcic_ble_periodic_advertising_sync_transfer()
745 uint8_t* pp = param; in btsnd_hcic_ble_periodic_advertising_set_info_transfer() local
747 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
748 UINT16_TO_STREAM(pp, service_data); in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
749 UINT8_TO_STREAM(pp, adv_handle); in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
760 uint8_t* pp = param; in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params() local
762 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
763 UINT8_TO_STREAM(pp, mode); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
764 UINT16_TO_STREAM(pp, skip); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
765 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
766 UINT8_TO_STREAM(pp, cte_type); in btsnd_hcic_ble_set_periodic_advertising_sync_transfer_params()
779 uint8_t* pp = param; in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params() local
781 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()
782 UINT8_TO_STREAM(pp, mode); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()
783 UINT16_TO_STREAM(pp, skip); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()
784 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()
785 UINT8_TO_STREAM(pp, cte_type); in btsnd_hcic_ble_set_default_periodic_advertising_sync_transfer_params()