net/bluetooth/hci_codec.h

Source file repositories/reference/linux-study-clean/net/bluetooth/hci_codec.h

File Facts

System
Linux kernel
Corpus path
net/bluetooth/hci_codec.h
Extension
.h
Size
252 bytes
Lines
8
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: implementation source
Status
source implementation candidate

Why This File Exists

Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.

Dependency Surface

Detected Declarations

Annotated Snippet

void hci_read_supported_codecs(struct hci_dev *hdev);
void hci_read_supported_codecs_v2(struct hci_dev *hdev);
void hci_codec_list_clear(struct list_head *codec_list);

Annotation

Implementation Notes