Home
last modified time | relevance | path

Searched refs:controller_proto_bytes (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/src/hci/
Dbluetooth_facade.h42 const rust::Slice<::std::uint8_t const> controller_proto_bytes);
Dbluetooth_facade.cc344 const rust::Slice<::std::uint8_t const> controller_proto_bytes) { in Add() argument
350 if (controller_proto_bytes.size() != 0) { in Add()
352 custom_proto.ParseFromArray(controller_proto_bytes.data(), in Add()
353 controller_proto_bytes.size()); in Add()
/tools/netsim/rust/daemon/src/
Dffi.rs196 pub fn Add(chip_id: u32, address: &CxxString, controller_proto_bytes: &[u8]) -> u32; in Add()