bluetooth: Add support for HCI_EVENT_EXTENDED_INQUIRY_RESULT

Follow up of a4e1f4d8ce,
this contains only response per event.

Change-Id: I6582f9530a273699048c04481fa0ef4a31a315ae
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10486
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
vighnesh-sawant
2026-03-12 17:01:16 +00:00
committed by waddlesplash
parent 230470d6d4
commit c0336fd788
4 changed files with 47 additions and 0 deletions
+9
View File
@@ -276,6 +276,15 @@ struct hci_ev_sychronous_connection_changed {
// TODO: Define remaining Bluetooth 2.1 events structures
#define HCI_EVENT_EXTENDED_INQUIRY_RESULT 0x2F
struct hci_ev_extended_inquiry_info {
bdaddr_t bdaddr;
uint8 page_repetition_mode;
uint8 scan_period_mode;
uint8 dev_class[3];
uint16 clock_offset;
int8 rssi;
uint8 eir[240];
} __attribute__((packed));
#define HCI_EVENT_ENCRYPTION_KEY_REFRESH_COMPLETE 0x30