__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 */
/*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2022 Intel Corporation
*/
#ifndef __ISO_H
#define __ISO_H
/* ISO defaults */
#define ISO_DEFAULT_MTU 251
#define ISO_MAX_NUM_BIS 0x1f
/* ISO socket broadcast address */
struct sockaddr_iso_bc {
bdaddr_t bc_bdaddr;
__u8 bc_bdaddr_type;
__u8 bc_sid;
__u8 bc_num_bis;
__u8 bc_bis[ISO_MAX_NUM_BIS];
};
/* ISO socket address */
struct sockaddr_iso {
sa_family_t iso_family;
bdaddr_t iso_bdaddr;
__u8 iso_bdaddr_type;
struct sockaddr_iso_bc iso_bc[];
};
#endif /* __ISO_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bluetooth.h | File | 15.09 KB | 0644 |
|
| coredump.h | File | 3.02 KB | 0644 |
|
| hci.h | File | 69.11 KB | 0644 |
|
| hci_core.h | File | 65.3 KB | 0644 |
|
| hci_mon.h | File | 2.03 KB | 0644 |
|
| hci_sock.h | File | 3.9 KB | 0644 |
|
| hci_sync.h | File | 7.56 KB | 0644 |
|
| iso.h | File | 599 B | 0644 |
|
| l2cap.h | File | 23.63 KB | 0644 |
|
| mgmt.h | File | 29.04 KB | 0644 |
|
| rfcomm.h | File | 9.18 KB | 0644 |
|
| sco.h | File | 1.46 KB | 0644 |
|