Searched refs:OnAclDisconnected (Results 1 – 13 of 13) sorted by relevance
67 void Link::OnAclDisconnected(hci::ErrorCode reason) { in OnAclDisconnected() function in bluetooth::l2cap::le::internal::Link68 fixed_channel_allocator_.OnAclDisconnected(static_cast<hci::ErrorCode>(reason)); in OnAclDisconnected()69 dynamic_channel_allocator_.OnAclDisconnected(static_cast<hci::ErrorCode>(reason)); in OnAclDisconnected()73 OnAclDisconnected(status); in OnDisconnection()
42 MOCK_METHOD(void, OnAclDisconnected, (hci::ErrorCode status), (override));
81 virtual void OnAclDisconnected(hci::ErrorCode reason);
71 void Link::OnAclDisconnected(hci::ErrorCode status) { in OnAclDisconnected() function in bluetooth::l2cap::classic::internal::Link73 fixed_channel_allocator_.OnAclDisconnected(status); in OnAclDisconnected()74 dynamic_channel_allocator_.OnAclDisconnected(status); in OnAclDisconnected()441 OnAclDisconnected(reason); in OnDisconnection()
45 MOCK_METHOD(void, OnAclDisconnected, (hci::ErrorCode status), (override));
136 link_->OnAclDisconnected(hci::ErrorCode::UNKNOWN_HCI_COMMAND); in TEST_F()
79 virtual void OnAclDisconnected(hci::ErrorCode status);
74 void OnAclDisconnected(hci::ErrorCode hci_status);
100 virtual void OnAclDisconnected(hci::ErrorCode hci_status) { in OnAclDisconnected() function
131 void DynamicChannelAllocator::OnAclDisconnected(hci::ErrorCode reason) { in OnAclDisconnected() function in bluetooth::l2cap::internal::DynamicChannelAllocator
107 link->OnAclDisconnected(hci::ErrorCode::SUCCESS); in LLVMFuzzerTestOneInput()
114 OnAclDisconnected(BluetoothDevice), enumerator392 Message::OnAclDisconnected(device) => { in dispatch()
2082 let _ = txl.send(Message::OnAclDisconnected(info)).await; in acl_state()