Searched refs:OnHandleVendorSpecificReplyComplete (Results 1 – 5 of 5) sorted by relevance
51 virtual void OnHandleVendorSpecificReplyComplete(uint16_t connection_handle, bool success) = 0;
59 ranging_hal_callback_->OnHandleVendorSpecificReplyComplete(connection_handle_, true); in onOpened()69 ranging_hal_callback_->OnHandleVendorSpecificReplyComplete(connection_handle_, false); in onOpenFailed()
76 virtual void OnHandleVendorSpecificReplyComplete(Address address, bool success) = 0;
169 void OnHandleVendorSpecificReplyComplete(uint16_t connection_handle, bool success) { in OnHandleVendorSpecificReplyComplete() function177 distance_measurement_callbacks_->OnHandleVendorSpecificReplyComplete( in OnHandleVendorSpecificReplyComplete()
150 void OnHandleVendorSpecificReplyComplete(bluetooth::hci::Address address, in OnHandleVendorSpecificReplyComplete() function in DistanceMeasurementInterfaceImpl