Lines Matching refs:bluetooth_data

3400         guint8 size, bluetooth_data_t *bluetooth_data)  in save_local_device_name_from_eir_ad()  argument
3411 if (!(!pinfo->fd->visited && bluetooth_data)) return; in save_local_device_name_from_eir_ad()
3422 k_interface_id = bluetooth_data->interface_id; in save_local_device_name_from_eir_ad()
3423 k_adapter_id = bluetooth_data->adapter_id; in save_local_device_name_from_eir_ad()
3440 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry); in save_local_device_name_from_eir_ad()
3666 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_common() local
3692 bluetooth_data = (bluetooth_data_t *) wmem_new(wmem_packet_scope(), bluetooth_data_t); in dissect_bluetooth_common()
3694 bluetooth_data->interface_id = pinfo->rec->rec_header.packet_header.interface_id; in dissect_bluetooth_common()
3696 bluetooth_data->interface_id = HCI_INTERFACE_DEFAULT; in dissect_bluetooth_common()
3697 bluetooth_data->adapter_id = HCI_ADAPTER_DEFAULT; in dissect_bluetooth_common()
3698 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame; in dissect_bluetooth_common()
3699 bluetooth_data->chandle_sessions = chandle_sessions; in dissect_bluetooth_common()
3700 bluetooth_data->chandle_to_bdaddr = chandle_to_bdaddr; in dissect_bluetooth_common()
3701 bluetooth_data->chandle_to_mode = chandle_to_mode; in dissect_bluetooth_common()
3702 bluetooth_data->shandle_to_chandle = shandle_to_chandle; in dissect_bluetooth_common()
3703 bluetooth_data->bdaddr_to_name = bdaddr_to_name; in dissect_bluetooth_common()
3704 bluetooth_data->bdaddr_to_role = bdaddr_to_role; in dissect_bluetooth_common()
3705 bluetooth_data->localhost_bdaddr = localhost_bdaddr; in dissect_bluetooth_common()
3706 bluetooth_data->localhost_name = localhost_name; in dissect_bluetooth_common()
3707 bluetooth_data->hci_vendors = hci_vendors; in dissect_bluetooth_common()
3713 bluetooth_tap_data->interface_id = bluetooth_data->interface_id; in dissect_bluetooth_common()
3714 bluetooth_tap_data->adapter_id = bluetooth_data->adapter_id; in dissect_bluetooth_common()
3750 return bluetooth_data; in dissect_bluetooth_common()
3766 bluetooth_data_t *bluetooth_data; in dissect_bluetooth() local
3768 bluetooth_data = dissect_bluetooth_common(tvb, pinfo, tree); in dissect_bluetooth()
3773 bluetooth_data->previous_protocol_data_type = BT_PD_NONE; in dissect_bluetooth()
3774 bluetooth_data->previous_protocol_data.none = NULL; in dissect_bluetooth()
3776 …h_table, pinfo->rec->rec_header.packet_header.pkt_encap, tvb, pinfo, tree, TRUE, bluetooth_data)) { in dissect_bluetooth()
3795 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_bthci() local
3797 bluetooth_data = dissect_bluetooth_common(tvb, pinfo, tree); in dissect_bluetooth_bthci()
3802 bluetooth_data->previous_protocol_data_type = BT_PD_BTHCI; in dissect_bluetooth_bthci()
3803 bluetooth_data->previous_protocol_data.bthci = (struct bthci_phdr *)data; in dissect_bluetooth_bthci()
3805 …h_table, pinfo->rec->rec_header.packet_header.pkt_encap, tvb, pinfo, tree, TRUE, bluetooth_data)) { in dissect_bluetooth_bthci()
3823 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_btmon() local
3825 bluetooth_data = dissect_bluetooth_common(tvb, pinfo, tree); in dissect_bluetooth_btmon()
3830 bluetooth_data->previous_protocol_data_type = BT_PD_BTMON; in dissect_bluetooth_btmon()
3831 bluetooth_data->previous_protocol_data.btmon = (struct btmon_phdr *)data; in dissect_bluetooth_btmon()
3833 …h_table, pinfo->rec->rec_header.packet_header.pkt_encap, tvb, pinfo, tree, TRUE, bluetooth_data)) { in dissect_bluetooth_btmon()
3846 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_usb() local
3848 bluetooth_data = dissect_bluetooth_common(tvb, pinfo, tree); in dissect_bluetooth_usb()
3853 bluetooth_data->previous_protocol_data_type = BT_PD_USB_CONV_INFO; in dissect_bluetooth_usb()
3854 bluetooth_data->previous_protocol_data.usb_conv_info = (usb_conv_info_t *)data; in dissect_bluetooth_usb()
3856 return call_dissector_with_data(hci_usb_handle, tvb, pinfo, tree, bluetooth_data); in dissect_bluetooth_usb()
3865 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_ubertooth() local
3867 bluetooth_data = dissect_bluetooth_common(tvb, pinfo, tree); in dissect_bluetooth_ubertooth()
3872 bluetooth_data->previous_protocol_data_type = BT_PD_UBERTOOTH_DATA; in dissect_bluetooth_ubertooth()
3873 bluetooth_data->previous_protocol_data.ubertooth_data = (ubertooth_data_t *)data; in dissect_bluetooth_ubertooth()