Searched refs:pass_len (Results 1 – 6 of 6) sorted by relevance
701 msg.pass.pass_len = *p_data++; in avrc_msg_cback()702 if (msg.pass.pass_len != p_pkt->len - 5) { in avrc_msg_cback()703 msg.pass.pass_len = p_pkt->len - 5; in avrc_msg_cback()705 if (msg.pass.pass_len) { in avrc_msg_cback()786 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN+p_msg->pass_len)); in avrc_pass_msg()802 *p_data++ = p_msg->pass_len; in avrc_pass_msg()803 if (p_msg->pass_len && p_msg->p_pass_data) { in avrc_pass_msg()804 memcpy(p_data, p_msg->p_pass_data, p_msg->pass_len); in avrc_pass_msg()805 p_data += p_msg->pass_len; in avrc_pass_msg()
174 if (p_msg->op_id == AVRC_ID_VENDOR && p_msg->pass_len == AVRC_PASS_THRU_GROUP_LEN) { in avrc_pars_pass_thru()
435 p_buf->msg.pass_len = 0; in BTA_AvRemoteCmd()
253 data_len = (UINT16) p_msg->pass.pass_len; in bta_av_rc_msg_cback()832 bta_av_group_navi_supported(p_data->rc_msg.msg.pass.pass_len, in bta_av_rc_msg()853 av.remote_cmd.len = p_data->rc_msg.msg.pass.pass_len; in bta_av_rc_msg()
3651 size_t pass_len; in dpp_configuration_parse_helper() local3655 pass_len = end ? (size_t) (end - pos) : os_strlen(pos); in dpp_configuration_parse_helper()3656 pass_len /= 2; in dpp_configuration_parse_helper()3657 if (pass_len > 63 || pass_len < 8) in dpp_configuration_parse_helper()3659 conf->passphrase = os_zalloc(pass_len + 1); in dpp_configuration_parse_helper()3661 hexstr2bin(pos, (u8 *) conf->passphrase, pass_len) < 0) in dpp_configuration_parse_helper()
803 UINT8 pass_len; /* Length in bytes of data. This parameter is only member