Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dbredr_connection_manager.h201 void SendCreateConnectionCancelCommand(DeviceAddress addr);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager.cc249 SendCreateConnectionCancelCommand(pending_request_->peer_address()); in ~BrEdrConnectionManager()
1966 SendCreateConnectionCancelCommand(pending_request_->peer_address()); in OnRequestTimeout()
1970 void BrEdrConnectionManager::SendCreateConnectionCancelCommand( in SendCreateConnectionCancelCommand() function in bt::gap::BrEdrConnectionManager