Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/fuzz/
Dfuzz_l2cap.cc59 Address myAddress; in LLVMFuzzerTestOneInput() local
60 myAddress.FromOctets(addressVals.data()); in LLVMFuzzerTestOneInput()
61 …hci::AddressWithType addressWithType = hci::AddressWithType(myAddress, AddressType::PUBLIC_DEVICE_… in LLVMFuzzerTestOneInput()
66 new ClassicAclConnection(throwaway_queue, &fake_command_interface, 0, myAddress))); in LLVMFuzzerTestOneInput()
67 Link* link = l2shim.link_manager->GetLink(myAddress); in LLVMFuzzerTestOneInput()
108 l2shim.link_manager->OnDisconnect(myAddress, hci::ErrorCode::SUCCESS); in LLVMFuzzerTestOneInput()