Lines Matching refs:pp
41 UINT8 *pp; in btsnd_hcic_ble_set_evt_mask() local
46 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_evt_mask()
51 UINT16_TO_STREAM (pp, HCI_BLE_SET_EVENT_MASK); in btsnd_hcic_ble_set_evt_mask()
52 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_SET_EVENT_MASK); in btsnd_hcic_ble_set_evt_mask()
53 ARRAY8_TO_STREAM (pp, event_mask); in btsnd_hcic_ble_set_evt_mask()
63 UINT8 *pp; in btsnd_hcic_ble_read_buffer_size() local
68 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_read_buffer_size()
73 UINT16_TO_STREAM (pp, HCI_BLE_READ_BUFFER_SIZE); in btsnd_hcic_ble_read_buffer_size()
74 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_buffer_size()
83 UINT8 *pp; in btsnd_hcic_ble_read_local_spt_feat() local
88 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_read_local_spt_feat()
93 UINT16_TO_STREAM (pp, HCI_BLE_READ_LOCAL_SPT_FEAT); in btsnd_hcic_ble_read_local_spt_feat()
94 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_local_spt_feat()
103 UINT8 *pp; in btsnd_hcic_ble_set_local_used_feat() local
108 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_local_used_feat()
113 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_LOCAL_SPT_FEAT); in btsnd_hcic_ble_set_local_used_feat()
114 ARRAY_TO_STREAM (pp, feat_set, HCIC_PARAM_SIZE_SET_USED_FEAT_CMD); in btsnd_hcic_ble_set_local_used_feat()
123 UINT8 *pp; in btsnd_hcic_ble_set_random_addr() local
128 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_random_addr()
133 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_RANDOM_ADDR); in btsnd_hcic_ble_set_random_addr()
134 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_WRITE_RANDOM_ADDR_CMD); in btsnd_hcic_ble_set_random_addr()
136 BDADDR_TO_STREAM (pp, random_bda); in btsnd_hcic_ble_set_random_addr()
148 UINT8 *pp; in btsnd_hcic_ble_write_adv_params() local
153 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_write_adv_params()
158 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_ADV_PARAMS); in btsnd_hcic_ble_write_adv_params()
159 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_PARAMS ); in btsnd_hcic_ble_write_adv_params()
161 UINT16_TO_STREAM (pp, adv_int_min); in btsnd_hcic_ble_write_adv_params()
162 UINT16_TO_STREAM (pp, adv_int_max); in btsnd_hcic_ble_write_adv_params()
163 UINT8_TO_STREAM (pp, adv_type); in btsnd_hcic_ble_write_adv_params()
164 UINT8_TO_STREAM (pp, addr_type_own); in btsnd_hcic_ble_write_adv_params()
165 UINT8_TO_STREAM (pp, addr_type_dir); in btsnd_hcic_ble_write_adv_params()
166 BDADDR_TO_STREAM (pp, direct_bda); in btsnd_hcic_ble_write_adv_params()
167 UINT8_TO_STREAM (pp, channel_map); in btsnd_hcic_ble_write_adv_params()
168 UINT8_TO_STREAM (pp, scan_filter_policy); in btsnd_hcic_ble_write_adv_params()
176 UINT8 *pp; in btsnd_hcic_ble_read_adv_chnl_tx_power() local
181 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_read_adv_chnl_tx_power()
186 UINT16_TO_STREAM (pp, HCI_BLE_READ_ADV_CHNL_TX_POWER); in btsnd_hcic_ble_read_adv_chnl_tx_power()
187 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_adv_chnl_tx_power()
197 UINT8 *pp; in btsnd_hcic_ble_set_adv_data() local
202 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_adv_data()
207 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_ADV_DATA); in btsnd_hcic_ble_set_adv_data()
208 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA + 1); in btsnd_hcic_ble_set_adv_data()
210 memset(pp, 0, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA); in btsnd_hcic_ble_set_adv_data()
217 UINT8_TO_STREAM (pp, data_len); in btsnd_hcic_ble_set_adv_data()
219 ARRAY_TO_STREAM (pp, p_data, data_len); in btsnd_hcic_ble_set_adv_data()
228 UINT8 *pp; in btsnd_hcic_ble_set_scan_rsp_data() local
233 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_scan_rsp_data()
238 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_SCAN_RSP_DATA); in btsnd_hcic_ble_set_scan_rsp_data()
239 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_WRITE_SCAN_RSP + 1); in btsnd_hcic_ble_set_scan_rsp_data()
241 memset(pp, 0, HCIC_PARAM_SIZE_BLE_WRITE_SCAN_RSP); in btsnd_hcic_ble_set_scan_rsp_data()
249 UINT8_TO_STREAM (pp, data_len); in btsnd_hcic_ble_set_scan_rsp_data()
251 ARRAY_TO_STREAM (pp, p_scan_rsp, data_len); in btsnd_hcic_ble_set_scan_rsp_data()
262 UINT8 *pp; in btsnd_hcic_ble_set_adv_enable() local
267 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_adv_enable()
272 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_ADV_ENABLE); in btsnd_hcic_ble_set_adv_enable()
273 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_WRITE_ADV_ENABLE); in btsnd_hcic_ble_set_adv_enable()
275 UINT8_TO_STREAM (pp, adv_enable); in btsnd_hcic_ble_set_adv_enable()
285 UINT8 *pp; in btsnd_hcic_ble_set_scan_params() local
290 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_scan_params()
295 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_SCAN_PARAMS); in btsnd_hcic_ble_set_scan_params()
296 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_WRITE_SCAN_PARAM); in btsnd_hcic_ble_set_scan_params()
298 UINT8_TO_STREAM (pp, scan_type); in btsnd_hcic_ble_set_scan_params()
299 UINT16_TO_STREAM (pp, scan_int); in btsnd_hcic_ble_set_scan_params()
300 UINT16_TO_STREAM (pp, scan_win); in btsnd_hcic_ble_set_scan_params()
301 UINT8_TO_STREAM (pp, addr_type_own); in btsnd_hcic_ble_set_scan_params()
302 UINT8_TO_STREAM (pp, scan_filter_policy); in btsnd_hcic_ble_set_scan_params()
311 UINT8 *pp; in btsnd_hcic_ble_set_scan_enable() local
316 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_scan_enable()
321 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_SCAN_ENABLE); in btsnd_hcic_ble_set_scan_enable()
322 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_WRITE_SCAN_ENABLE); in btsnd_hcic_ble_set_scan_enable()
324 UINT8_TO_STREAM (pp, scan_enable); in btsnd_hcic_ble_set_scan_enable()
325 UINT8_TO_STREAM (pp, duplicate); in btsnd_hcic_ble_set_scan_enable()
341 UINT8 *pp; in btsnd_hcic_ble_create_ll_conn() local
346 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_create_ll_conn()
351 UINT16_TO_STREAM (pp, HCI_BLE_CREATE_LL_CONN); in btsnd_hcic_ble_create_ll_conn()
352 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_CREATE_LL_CONN); in btsnd_hcic_ble_create_ll_conn()
354 UINT16_TO_STREAM (pp, scan_int); in btsnd_hcic_ble_create_ll_conn()
355 UINT16_TO_STREAM (pp, scan_win); in btsnd_hcic_ble_create_ll_conn()
356 UINT8_TO_STREAM (pp, init_filter_policy); in btsnd_hcic_ble_create_ll_conn()
358 UINT8_TO_STREAM (pp, addr_type_peer); in btsnd_hcic_ble_create_ll_conn()
359 BDADDR_TO_STREAM (pp, bda_peer); in btsnd_hcic_ble_create_ll_conn()
360 UINT8_TO_STREAM (pp, addr_type_own); in btsnd_hcic_ble_create_ll_conn()
362 UINT16_TO_STREAM (pp, conn_int_min); in btsnd_hcic_ble_create_ll_conn()
363 UINT16_TO_STREAM (pp, conn_int_max); in btsnd_hcic_ble_create_ll_conn()
364 UINT16_TO_STREAM (pp, conn_latency); in btsnd_hcic_ble_create_ll_conn()
365 UINT16_TO_STREAM (pp, conn_timeout); in btsnd_hcic_ble_create_ll_conn()
367 UINT16_TO_STREAM (pp, min_ce_len); in btsnd_hcic_ble_create_ll_conn()
368 UINT16_TO_STREAM (pp, max_ce_len); in btsnd_hcic_ble_create_ll_conn()
377 UINT8 *pp; in btsnd_hcic_ble_create_conn_cancel() local
382 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_create_conn_cancel()
387 UINT16_TO_STREAM (pp, HCI_BLE_CREATE_CONN_CANCEL); in btsnd_hcic_ble_create_conn_cancel()
388 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_CREATE_CONN_CANCEL); in btsnd_hcic_ble_create_conn_cancel()
397 UINT8 *pp; in btsnd_hcic_ble_read_white_list_size() local
402 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_read_white_list_size()
407 UINT16_TO_STREAM (pp, HCI_BLE_READ_WHITE_LIST_SIZE); in btsnd_hcic_ble_read_white_list_size()
408 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_white_list_size()
417 UINT8 *pp; in btsnd_hcic_ble_clear_white_list() local
422 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_clear_white_list()
427 UINT16_TO_STREAM (pp, HCI_BLE_CLEAR_WHITE_LIST); in btsnd_hcic_ble_clear_white_list()
428 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_CLEAR_WHITE_LIST); in btsnd_hcic_ble_clear_white_list()
437 UINT8 *pp; in btsnd_hcic_ble_add_white_list() local
442 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_add_white_list()
447 UINT16_TO_STREAM (pp, HCI_BLE_ADD_WHITE_LIST); in btsnd_hcic_ble_add_white_list()
448 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_ADD_WHITE_LIST); in btsnd_hcic_ble_add_white_list()
450 UINT8_TO_STREAM (pp, addr_type); in btsnd_hcic_ble_add_white_list()
451 BDADDR_TO_STREAM (pp, bda); in btsnd_hcic_ble_add_white_list()
460 UINT8 *pp; in btsnd_hcic_ble_remove_from_white_list() local
465 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_remove_from_white_list()
470 UINT16_TO_STREAM (pp, HCI_BLE_REMOVE_WHITE_LIST); in btsnd_hcic_ble_remove_from_white_list()
471 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_REMOVE_WHITE_LIST); in btsnd_hcic_ble_remove_from_white_list()
473 UINT8_TO_STREAM (pp, addr_type); in btsnd_hcic_ble_remove_from_white_list()
474 BDADDR_TO_STREAM (pp, bda); in btsnd_hcic_ble_remove_from_white_list()
486 UINT8 *pp; in btsnd_hcic_ble_upd_ll_conn_params() local
491 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_upd_ll_conn_params()
496 UINT16_TO_STREAM (pp, HCI_BLE_UPD_LL_CONN_PARAMS); in btsnd_hcic_ble_upd_ll_conn_params()
497 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_UPD_LL_CONN_PARAMS); in btsnd_hcic_ble_upd_ll_conn_params()
499 UINT16_TO_STREAM (pp, handle); in btsnd_hcic_ble_upd_ll_conn_params()
501 UINT16_TO_STREAM (pp, conn_int_min); in btsnd_hcic_ble_upd_ll_conn_params()
502 UINT16_TO_STREAM (pp, conn_int_max); in btsnd_hcic_ble_upd_ll_conn_params()
503 UINT16_TO_STREAM (pp, conn_latency); in btsnd_hcic_ble_upd_ll_conn_params()
504 UINT16_TO_STREAM (pp, conn_timeout); in btsnd_hcic_ble_upd_ll_conn_params()
505 UINT16_TO_STREAM (pp, min_ce_len); in btsnd_hcic_ble_upd_ll_conn_params()
506 UINT16_TO_STREAM (pp, max_ce_len); in btsnd_hcic_ble_upd_ll_conn_params()
515 UINT8 *pp; in btsnd_hcic_ble_set_host_chnl_class() local
520 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_set_host_chnl_class()
525 UINT16_TO_STREAM (pp, HCI_BLE_SET_HOST_CHNL_CLASS); in btsnd_hcic_ble_set_host_chnl_class()
526 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_SET_HOST_CHNL_CLASS); in btsnd_hcic_ble_set_host_chnl_class()
528 ARRAY_TO_STREAM (pp, chnl_map, HCIC_BLE_CHNL_MAP_SIZE); in btsnd_hcic_ble_set_host_chnl_class()
537 UINT8 *pp; in btsnd_hcic_ble_read_chnl_map() local
542 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_read_chnl_map()
547 UINT16_TO_STREAM (pp, HCI_BLE_READ_CHNL_MAP); in btsnd_hcic_ble_read_chnl_map()
548 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CHNL_MAP); in btsnd_hcic_ble_read_chnl_map()
550 UINT16_TO_STREAM (pp, handle); in btsnd_hcic_ble_read_chnl_map()
559 UINT8 *pp; in btsnd_hcic_ble_read_remote_feat() local
564 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_read_remote_feat()
569 UINT16_TO_STREAM (pp, HCI_BLE_READ_REMOTE_FEAT); in btsnd_hcic_ble_read_remote_feat()
570 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_READ_REMOTE_FEAT); in btsnd_hcic_ble_read_remote_feat()
572 UINT16_TO_STREAM (pp, handle); in btsnd_hcic_ble_read_remote_feat()
584 UINT8 *pp; in btsnd_hcic_ble_encrypt() local
590 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_encrypt()
595 *((void **)pp) = p_cmd_cplt_cback; /* Store command complete callback in buffer */ in btsnd_hcic_ble_encrypt()
596 pp += sizeof(void *); /* Skip over callback pointer */ in btsnd_hcic_ble_encrypt()
599 UINT16_TO_STREAM (pp, HCI_BLE_ENCRYPT); in btsnd_hcic_ble_encrypt()
600 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_ENCRYPT); in btsnd_hcic_ble_encrypt()
602 memset(pp, 0, HCIC_PARAM_SIZE_BLE_ENCRYPT); in btsnd_hcic_ble_encrypt()
607 ARRAY_TO_STREAM (pp, key, key_len); in btsnd_hcic_ble_encrypt()
608 pp += (HCIC_BLE_ENCRYT_KEY_SIZE - key_len); in btsnd_hcic_ble_encrypt()
609 ARRAY_TO_STREAM (pp, plain_text, pt_len); in btsnd_hcic_ble_encrypt()
618 UINT8 *pp; in btsnd_hcic_ble_rand() local
624 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_rand()
629 *((void **)pp) = p_cmd_cplt_cback; /* Store command complete callback in buffer */ in btsnd_hcic_ble_rand()
630 pp += sizeof(void *); /* Skip over callback pointer */ in btsnd_hcic_ble_rand()
632 UINT16_TO_STREAM (pp, HCI_BLE_RAND); in btsnd_hcic_ble_rand()
633 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_RAND); in btsnd_hcic_ble_rand()
643 UINT8 *pp; in btsnd_hcic_ble_start_enc() local
648 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_start_enc()
653 UINT16_TO_STREAM (pp, HCI_BLE_START_ENC); in btsnd_hcic_ble_start_enc()
654 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_START_ENC); in btsnd_hcic_ble_start_enc()
656 UINT16_TO_STREAM (pp, handle); in btsnd_hcic_ble_start_enc()
657 ARRAY_TO_STREAM (pp, rand, HCIC_BLE_RAND_DI_SIZE); in btsnd_hcic_ble_start_enc()
658 UINT16_TO_STREAM (pp, ediv); in btsnd_hcic_ble_start_enc()
659 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_start_enc()
668 UINT8 *pp; in btsnd_hcic_ble_ltk_req_reply() local
673 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_ltk_req_reply()
678 UINT16_TO_STREAM (pp, HCI_BLE_LTK_REQ_REPLY); in btsnd_hcic_ble_ltk_req_reply()
679 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_LTK_REQ_REPLY); in btsnd_hcic_ble_ltk_req_reply()
681 UINT16_TO_STREAM (pp, handle); in btsnd_hcic_ble_ltk_req_reply()
682 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_ltk_req_reply()
691 UINT8 *pp; in btsnd_hcic_ble_ltk_req_neg_reply() local
696 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_ltk_req_neg_reply()
701 UINT16_TO_STREAM (pp, HCI_BLE_LTK_REQ_NEG_REPLY); in btsnd_hcic_ble_ltk_req_neg_reply()
702 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_LTK_REQ_NEG_REPLY); in btsnd_hcic_ble_ltk_req_neg_reply()
704 UINT16_TO_STREAM (pp, handle); in btsnd_hcic_ble_ltk_req_neg_reply()
713 UINT8 *pp; in btsnd_hcic_ble_read_supported_states() local
718 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_read_supported_states()
723 UINT16_TO_STREAM (pp, HCI_BLE_READ_SUPPORTED_STATES); in btsnd_hcic_ble_read_supported_states()
724 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_supported_states()
733 UINT8 *pp; in btsnd_hcic_ble_receiver_test() local
738 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_receiver_test()
743 UINT16_TO_STREAM (pp, HCI_BLE_RECEIVER_TEST); in btsnd_hcic_ble_receiver_test()
744 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_WRITE_PARAM1); in btsnd_hcic_ble_receiver_test()
746 UINT8_TO_STREAM (pp, rx_freq); in btsnd_hcic_ble_receiver_test()
755 UINT8 *pp; in btsnd_hcic_ble_transmitter_test() local
760 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_transmitter_test()
765 UINT16_TO_STREAM (pp, HCI_BLE_TRANSMITTER_TEST); in btsnd_hcic_ble_transmitter_test()
766 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_WRITE_PARAM3); in btsnd_hcic_ble_transmitter_test()
768 UINT8_TO_STREAM (pp, tx_freq); in btsnd_hcic_ble_transmitter_test()
769 UINT8_TO_STREAM (pp, test_data_len); in btsnd_hcic_ble_transmitter_test()
770 UINT8_TO_STREAM (pp, payload); in btsnd_hcic_ble_transmitter_test()
779 UINT8 *pp; in btsnd_hcic_ble_test_end() local
784 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_test_end()
789 UINT16_TO_STREAM (pp, HCI_BLE_TEST_END); in btsnd_hcic_ble_test_end()
790 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_test_end()
799 UINT8 *pp; in btsnd_hcic_ble_read_host_supported() local
804 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_read_host_supported()
809 UINT16_TO_STREAM (pp, HCI_READ_LE_HOST_SUPPORTED); in btsnd_hcic_ble_read_host_supported()
810 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_host_supported()
819 UINT8 *pp; in btsnd_hcic_ble_write_host_supported() local
824 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_write_host_supported()
829 UINT16_TO_STREAM (pp, HCI_WRITE_LE_HOST_SUPPORTED); in btsnd_hcic_ble_write_host_supported()
830 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_WRITE_LE_HOST_SUPPORTED); in btsnd_hcic_ble_write_host_supported()
831 UINT8_TO_STREAM (pp, le_host_spt); in btsnd_hcic_ble_write_host_supported()
832 UINT8_TO_STREAM (pp, simul_le_host_spt); in btsnd_hcic_ble_write_host_supported()
846 UINT8 *pp; in btsnd_hcic_ble_rc_param_req_reply() local
851 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_rc_param_req_reply()
856 UINT16_TO_STREAM (pp, HCI_BLE_RC_PARAM_REQ_REPLY); in btsnd_hcic_ble_rc_param_req_reply()
857 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_RC_PARAM_REQ_REPLY); in btsnd_hcic_ble_rc_param_req_reply()
859 UINT16_TO_STREAM (pp, handle); in btsnd_hcic_ble_rc_param_req_reply()
860 UINT16_TO_STREAM (pp, conn_int_min); in btsnd_hcic_ble_rc_param_req_reply()
861 UINT16_TO_STREAM (pp, conn_int_max); in btsnd_hcic_ble_rc_param_req_reply()
862 UINT16_TO_STREAM (pp, conn_latency); in btsnd_hcic_ble_rc_param_req_reply()
863 UINT16_TO_STREAM (pp, conn_timeout); in btsnd_hcic_ble_rc_param_req_reply()
864 UINT16_TO_STREAM (pp, min_ce_len); in btsnd_hcic_ble_rc_param_req_reply()
865 UINT16_TO_STREAM (pp, max_ce_len); in btsnd_hcic_ble_rc_param_req_reply()
874 UINT8 *pp; in btsnd_hcic_ble_rc_param_req_neg_reply() local
879 pp = (UINT8 *)(p + 1); in btsnd_hcic_ble_rc_param_req_neg_reply()
884 UINT16_TO_STREAM (pp, HCI_BLE_RC_PARAM_REQ_NEG_REPLY); in btsnd_hcic_ble_rc_param_req_neg_reply()
885 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_RC_PARAM_REQ_NEG_REPLY); in btsnd_hcic_ble_rc_param_req_neg_reply()
887 UINT16_TO_STREAM (pp, handle); in btsnd_hcic_ble_rc_param_req_neg_reply()
888 UINT8_TO_STREAM (pp, reason); in btsnd_hcic_ble_rc_param_req_neg_reply()