Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dbredr_connection_manager.h206 void SendCreateConnectionCancelCommand(DeviceAddress addr);
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection_manager.cc256 SendCreateConnectionCancelCommand(pending_request_->peer_address()); in ~BrEdrConnectionManager()
1990 SendCreateConnectionCancelCommand(pending_request_->peer_address()); in OnRequestTimeout()
1994 void BrEdrConnectionManager::SendCreateConnectionCancelCommand( in SendCreateConnectionCancelCommand() function in bt::gap::BrEdrConnectionManager