bluetooth: adding a functioning cancel button to the Inquiry Panel

- This is a mandatory feature in HCI Implementation Conformance Statement (ICS).
- The inquiry cancel logic was implemented in Haiku, but wasn't linked to the inquiry panel.

Change-Id: Ic827b0a09979a078bed5b9f99a8541dc319ac449
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11106
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
mohammedrattia
2026-06-17 17:47:53 +00:00
committed by waddlesplash
parent 31c245ae13
commit a309dd6890
6 changed files with 72 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
virtual void servicesDiscovered(int transID, ServiceRecord[] servRecord);
virtual void serviceSearchCompleted(int transID, int respCode);
*/
virtual void InquiryCompleted(int discType);
virtual void InquiryResponse(int discType);
/* JSR82 non-defined methods */
virtual void InquiryStarted(status_t status);