We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42dc38e commit db0a570Copy full SHA for db0a570
scapy/layers/bluetooth.py
@@ -283,6 +283,7 @@ class HCI_PHDR_Hdr(Packet):
283
0x0e: '6.0',
284
}
285
286
+# From https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/company_identifiers/company_identifiers.yaml 2025-04-09 # noqa
287
_bluetooth_core_company_identifiers = {
288
0x0ECC: 'Shenzhen NEOECO Technology Co., Ltd.',
289
0x0ECB: 'Zhong Shan City Richsound Electronic Industrial Ltd.',
0 commit comments