Home
last modified time | relevance | path

Searched defs:rootcanal_id (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/src/hci/
Dhci_packet_transport.cc56 rootcanal::PhyDevice::Identifier rootcanal_id) { in Connect()
118 rootcanal::PhyDevice::Identifier rootcanal_id, in Add()
124 void HciPacketTransport::Remove(rootcanal::PhyDevice::Identifier rootcanal_id) { in Remove()
149 void handle_bt_request(uint32_t rootcanal_id, in handle_bt_request()
168 void HandleBtRequestCxx(uint32_t rootcanal_id, uint8_t packet_type, in HandleBtRequestCxx()
Dbluetooth_facade.cc263 void AddDeviceToPhy(uint32_t rootcanal_id, bool isLowEnergy) { in AddDeviceToPhy()
268 void RemoveDeviceFromPhy(uint32_t rootcanal_id, bool isLowEnergy) { in RemoveDeviceFromPhy()
377 std::string description, const std::vector<uint8_t> &packet) { in Add()
397 auto rootcanal_id = rootcanal_id_future.get(); in Add() local
413 void RemoveRustDevice(uint32_t rootcanal_id) { in RemoveRustDevice()
426 auto rootcanal_id = gTestModel->AddDevice(rust_device); in AddRustDevice() local
439 uint32_t rootcanal_id, in SetRustDeviceAddress()
/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs60 rootcanal_id: RootcanalIdentifier, field
182 let rootcanal_id = ffi_bluetooth::bluetooth_add(chip_id.0, &cxx_address, &proto_bytes); in new() localVariable