Searched refs:OnAclDisconnected (Results 1 – 11 of 11) sorted by relevance
56 void Link::OnAclDisconnected(hci::ErrorCode reason) { in OnAclDisconnected() function in bluetooth::l2cap::le::internal::Link57 fixed_channel_allocator_.OnAclDisconnected(static_cast<hci::ErrorCode>(reason)); in OnAclDisconnected()58 dynamic_channel_allocator_.OnAclDisconnected(static_cast<hci::ErrorCode>(reason)); in OnAclDisconnected()62 OnAclDisconnected(status); in OnDisconnection()
42 MOCK_METHOD(void, OnAclDisconnected, (hci::ErrorCode status), (override));
75 virtual void OnAclDisconnected(hci::ErrorCode reason);
69 void Link::OnAclDisconnected(hci::ErrorCode status) { in OnAclDisconnected() function in bluetooth::l2cap::classic::internal::Link71 fixed_channel_allocator_.OnAclDisconnected(status); in OnAclDisconnected()72 dynamic_channel_allocator_.OnAclDisconnected(status); in OnAclDisconnected()428 OnAclDisconnected(reason); in OnDisconnection()
136 link_->OnAclDisconnected(hci::ErrorCode::UNKNOWN_HCI_COMMAND); in TEST_F()
73 virtual void OnAclDisconnected(hci::ErrorCode status);
74 void OnAclDisconnected(hci::ErrorCode hci_status);
80 virtual void OnAclDisconnected(hci::ErrorCode hci_status) { in OnAclDisconnected() function
122 void DynamicChannelAllocator::OnAclDisconnected(hci::ErrorCode reason) { in OnAclDisconnected() function in bluetooth::l2cap::internal::DynamicChannelAllocator
107 link->OnAclDisconnected(hci::ErrorCode::SUCCESS); in LLVMFuzzerTestOneInput()