Skip to content

Commit db0a570

Browse files
Update scapy/layers/bluetooth.py
Co-authored-by: XenoKovah <[email protected]>
1 parent 42dc38e commit db0a570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scapy/layers/bluetooth.py

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ class HCI_PHDR_Hdr(Packet):
283283
0x0e: '6.0',
284284
}
285285

286+
# From https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/company_identifiers/company_identifiers.yaml 2025-04-09 # noqa
286287
_bluetooth_core_company_identifiers = {
287288
0x0ECC: 'Shenzhen NEOECO Technology Co., Ltd.',
288289
0x0ECB: 'Zhong Shan City Richsound Electronic Industrial Ltd.',

0 commit comments

Comments
 (0)