Lines Matching refs:UINT8_TO_STREAM
324 UINT8_TO_STREAM(p, cmd); in l2cu_build_header()
325 UINT8_TO_STREAM(p, signal_id); in l2cu_build_header()
603 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_MTU); in l2cu_send_peer_config_req()
604 UINT8_TO_STREAM(p, L2CAP_CFG_MTU_OPTION_LEN); in l2cu_send_peer_config_req()
608 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_FLUSH_TOUT); in l2cu_send_peer_config_req()
609 UINT8_TO_STREAM(p, L2CAP_CFG_FLUSH_OPTION_LEN); in l2cu_send_peer_config_req()
613 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_QOS); in l2cu_send_peer_config_req()
614 UINT8_TO_STREAM(p, L2CAP_CFG_QOS_OPTION_LEN); in l2cu_send_peer_config_req()
615 UINT8_TO_STREAM(p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_req()
616 UINT8_TO_STREAM(p, p_cfg->qos.service_type); in l2cu_send_peer_config_req()
624 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_FCR); in l2cu_send_peer_config_req()
625 UINT8_TO_STREAM(p, L2CAP_CFG_FCR_OPTION_LEN); in l2cu_send_peer_config_req()
626 UINT8_TO_STREAM(p, p_cfg->fcr.mode); in l2cu_send_peer_config_req()
627 UINT8_TO_STREAM(p, p_cfg->fcr.tx_win_sz); in l2cu_send_peer_config_req()
628 UINT8_TO_STREAM(p, p_cfg->fcr.max_transmit); in l2cu_send_peer_config_req()
635 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_FCS); in l2cu_send_peer_config_req()
636 UINT8_TO_STREAM(p, L2CAP_CFG_FCS_OPTION_LEN); in l2cu_send_peer_config_req()
637 UINT8_TO_STREAM(p, p_cfg->fcs); in l2cu_send_peer_config_req()
641 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_EXT_FLOW); in l2cu_send_peer_config_req()
642 UINT8_TO_STREAM(p, L2CAP_CFG_EXT_FLOW_OPTION_LEN); in l2cu_send_peer_config_req()
643 UINT8_TO_STREAM(p, p_cfg->ext_flow_spec.id); in l2cu_send_peer_config_req()
644 UINT8_TO_STREAM(p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_req()
699 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_MTU); in l2cu_send_peer_config_rsp()
700 UINT8_TO_STREAM(p, L2CAP_CFG_MTU_OPTION_LEN); in l2cu_send_peer_config_rsp()
704 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_FLUSH_TOUT); in l2cu_send_peer_config_rsp()
705 UINT8_TO_STREAM(p, L2CAP_CFG_FLUSH_OPTION_LEN); in l2cu_send_peer_config_rsp()
709 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_QOS); in l2cu_send_peer_config_rsp()
710 UINT8_TO_STREAM(p, L2CAP_CFG_QOS_OPTION_LEN); in l2cu_send_peer_config_rsp()
711 UINT8_TO_STREAM(p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_rsp()
712 UINT8_TO_STREAM(p, p_cfg->qos.service_type); in l2cu_send_peer_config_rsp()
720 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_FCR); in l2cu_send_peer_config_rsp()
721 UINT8_TO_STREAM(p, L2CAP_CFG_FCR_OPTION_LEN); in l2cu_send_peer_config_rsp()
722 UINT8_TO_STREAM(p, p_cfg->fcr.mode); in l2cu_send_peer_config_rsp()
723 UINT8_TO_STREAM(p, p_cfg->fcr.tx_win_sz); in l2cu_send_peer_config_rsp()
724 UINT8_TO_STREAM(p, p_cfg->fcr.max_transmit); in l2cu_send_peer_config_rsp()
731 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_EXT_FLOW); in l2cu_send_peer_config_rsp()
732 UINT8_TO_STREAM(p, L2CAP_CFG_EXT_FLOW_OPTION_LEN); in l2cu_send_peer_config_rsp()
733 UINT8_TO_STREAM(p, p_cfg->ext_flow_spec.id); in l2cu_send_peer_config_rsp()
734 UINT8_TO_STREAM(p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_rsp()
797 UINT8_TO_STREAM(p, L2CAP_CMD_CONFIG_RSP); in l2cu_send_peer_config_rej()
798 UINT8_TO_STREAM(p, p_ccb->remote_id); in l2cu_send_peer_config_rej()
2244 UINT8_TO_STREAM(pp, vs_param); in l2cu_set_acl_priority()