Lines Matching refs:p_params
1452 uint16_t conn_handle, enh_esco_params_t* p_params) { in btsnd_hcic_enhanced_set_up_synchronous_connection() argument
1463 UINT32_TO_STREAM(pp, p_params->transmit_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1464 UINT32_TO_STREAM(pp, p_params->receive_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1465 UINT8_TO_STREAM(pp, p_params->transmit_coding_format.coding_format); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1466 UINT16_TO_STREAM(pp, p_params->transmit_coding_format.company_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1468 p_params->transmit_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1469 UINT8_TO_STREAM(pp, p_params->receive_coding_format.coding_format); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1470 UINT16_TO_STREAM(pp, p_params->receive_coding_format.company_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1472 p_params->receive_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1473 UINT16_TO_STREAM(pp, p_params->transmit_codec_frame_size); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1474 UINT16_TO_STREAM(pp, p_params->receive_codec_frame_size); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1475 UINT32_TO_STREAM(pp, p_params->input_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1476 UINT32_TO_STREAM(pp, p_params->output_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1477 UINT8_TO_STREAM(pp, p_params->input_coding_format.coding_format); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1478 UINT16_TO_STREAM(pp, p_params->input_coding_format.company_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1479 UINT16_TO_STREAM(pp, p_params->input_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1480 UINT8_TO_STREAM(pp, p_params->output_coding_format.coding_format); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1481 UINT16_TO_STREAM(pp, p_params->output_coding_format.company_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1482 UINT16_TO_STREAM(pp, p_params->output_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1483 UINT16_TO_STREAM(pp, p_params->input_coded_data_size); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1484 UINT16_TO_STREAM(pp, p_params->output_coded_data_size); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1485 UINT8_TO_STREAM(pp, p_params->input_pcm_data_format); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1486 UINT8_TO_STREAM(pp, p_params->output_pcm_data_format); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1487 UINT8_TO_STREAM(pp, p_params->input_pcm_payload_msb_position); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1488 UINT8_TO_STREAM(pp, p_params->output_pcm_payload_msb_position); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1489 UINT8_TO_STREAM(pp, p_params->input_data_path); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1490 UINT8_TO_STREAM(pp, p_params->output_data_path); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1491 UINT8_TO_STREAM(pp, p_params->input_transport_unit_size); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1492 UINT8_TO_STREAM(pp, p_params->output_transport_unit_size); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1493 UINT16_TO_STREAM(pp, p_params->max_latency_ms); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1494 UINT16_TO_STREAM(pp, p_params->packet_types); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1495 UINT8_TO_STREAM(pp, p_params->retransmission_effort); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1501 const RawAddress& bd_addr, enh_esco_params_t* p_params) { in btsnd_hcic_enhanced_accept_synchronous_connection() argument
1512 UINT32_TO_STREAM(pp, p_params->transmit_bandwidth); in btsnd_hcic_enhanced_accept_synchronous_connection()
1513 UINT32_TO_STREAM(pp, p_params->receive_bandwidth); in btsnd_hcic_enhanced_accept_synchronous_connection()
1514 UINT8_TO_STREAM(pp, p_params->transmit_coding_format.coding_format); in btsnd_hcic_enhanced_accept_synchronous_connection()
1515 UINT16_TO_STREAM(pp, p_params->transmit_coding_format.company_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1517 p_params->transmit_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1518 UINT8_TO_STREAM(pp, p_params->receive_coding_format.coding_format); in btsnd_hcic_enhanced_accept_synchronous_connection()
1519 UINT16_TO_STREAM(pp, p_params->receive_coding_format.company_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1521 p_params->receive_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1522 UINT16_TO_STREAM(pp, p_params->transmit_codec_frame_size); in btsnd_hcic_enhanced_accept_synchronous_connection()
1523 UINT16_TO_STREAM(pp, p_params->receive_codec_frame_size); in btsnd_hcic_enhanced_accept_synchronous_connection()
1524 UINT32_TO_STREAM(pp, p_params->input_bandwidth); in btsnd_hcic_enhanced_accept_synchronous_connection()
1525 UINT32_TO_STREAM(pp, p_params->output_bandwidth); in btsnd_hcic_enhanced_accept_synchronous_connection()
1526 UINT8_TO_STREAM(pp, p_params->input_coding_format.coding_format); in btsnd_hcic_enhanced_accept_synchronous_connection()
1527 UINT16_TO_STREAM(pp, p_params->input_coding_format.company_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1528 UINT16_TO_STREAM(pp, p_params->input_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1529 UINT8_TO_STREAM(pp, p_params->output_coding_format.coding_format); in btsnd_hcic_enhanced_accept_synchronous_connection()
1530 UINT16_TO_STREAM(pp, p_params->output_coding_format.company_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1531 UINT16_TO_STREAM(pp, p_params->output_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1532 UINT16_TO_STREAM(pp, p_params->input_coded_data_size); in btsnd_hcic_enhanced_accept_synchronous_connection()
1533 UINT16_TO_STREAM(pp, p_params->output_coded_data_size); in btsnd_hcic_enhanced_accept_synchronous_connection()
1534 UINT8_TO_STREAM(pp, p_params->input_pcm_data_format); in btsnd_hcic_enhanced_accept_synchronous_connection()
1535 UINT8_TO_STREAM(pp, p_params->output_pcm_data_format); in btsnd_hcic_enhanced_accept_synchronous_connection()
1536 UINT8_TO_STREAM(pp, p_params->input_pcm_payload_msb_position); in btsnd_hcic_enhanced_accept_synchronous_connection()
1537 UINT8_TO_STREAM(pp, p_params->output_pcm_payload_msb_position); in btsnd_hcic_enhanced_accept_synchronous_connection()
1538 UINT8_TO_STREAM(pp, p_params->input_data_path); in btsnd_hcic_enhanced_accept_synchronous_connection()
1539 UINT8_TO_STREAM(pp, p_params->output_data_path); in btsnd_hcic_enhanced_accept_synchronous_connection()
1540 UINT8_TO_STREAM(pp, p_params->input_transport_unit_size); in btsnd_hcic_enhanced_accept_synchronous_connection()
1541 UINT8_TO_STREAM(pp, p_params->output_transport_unit_size); in btsnd_hcic_enhanced_accept_synchronous_connection()
1542 UINT16_TO_STREAM(pp, p_params->max_latency_ms); in btsnd_hcic_enhanced_accept_synchronous_connection()
1543 UINT16_TO_STREAM(pp, p_params->packet_types); in btsnd_hcic_enhanced_accept_synchronous_connection()
1544 UINT8_TO_STREAM(pp, p_params->retransmission_effort); in btsnd_hcic_enhanced_accept_synchronous_connection()