Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_bluetooth_devices_tapinfo_t Struct Reference

Tap info block driving the Bluetooth Devices dialog's live packet feed. More...

#include <bluetooth_devices_dialog.h>

Public Attributes

tap_reset_cb tap_reset
 
tap_packet_cb tap_packet
 
void * ui
 

Detailed Description

Tap info block driving the Bluetooth Devices dialog's live packet feed.

Registered with the Wireshark tap framework to receive reset and per-packet callbacks for all captured Bluetooth frames, populating the full device list.

Member Data Documentation

◆ tap_packet

tap_packet_cb _bluetooth_devices_tapinfo_t::tap_packet

Callback invoked once per Bluetooth packet to update the device list.

◆ tap_reset

tap_reset_cb _bluetooth_devices_tapinfo_t::tap_reset

Callback invoked to clear the full device list between captures.

◆ ui

void* _bluetooth_devices_tapinfo_t::ui

Opaque pointer to the owning UI widget (typically a BluetoothDevicesDialog).


The documentation for this struct was generated from the following file: