Searched defs:bcc (Results 1 – 13 of 13) sorted by relevance
168 bcc: Option<&'a [u8]>, field180 fn bcc(&self) -> Option<&[u8]> { in bcc() method209 let bcc = sub_slice(handover, chain, chain_size).ok(); in bcc_handover_parse() localVariable
41 bcc: Vec<u8>, field53 fn bcc(&self) -> Option<&[u8]> { in bcc() method
26 mod bcc; module
80 fn bcc(&self) -> Option<&[u8]>; in bcc() method
61 std::vector<uint8_t> bcc(bcc_size); in write_bcc() local
22 mod bcc; module89 let bcc = Bcc::new(bcc_handover.bcc()).map_err(|e| { in main() localVariable
141 pub bcc: &'a mut [u8], field296 let bcc = bcc.unwrap(); in get_entries() localVariable
108 let bcc = match bcc_cbor { in new() localVariable
142 let mut bcc: Vec<u8> = vec![]; in make_sample_bcc_and_cdis() localVariable
121 let bcc = instance.service.getAttestationChain().context("Getting attestation chain")?; in start_new_instance() localVariable
226 BluetoothCodecConfig bcc = in testBluetoothCodecConfig_valid_get_methods() local
65 private Address[] bcc; field in MimeMessage
311 public void setBcc(ArrayList<Rfc822Token> bcc) { in setBcc()