mirror of
https://github.com/google/bumble.git
synced 2026-05-21 06:08:02 +00:00
As CodingFormat is now used by HFP and LEA, and vendor specific codecs are introduced, this object needs to provide more information.
90 lines
1.7 KiB
JSON
90 lines
1.7 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"Abortable",
|
|
"altsetting",
|
|
"ansiblue",
|
|
"ansicyan",
|
|
"ansigreen",
|
|
"ansimagenta",
|
|
"ansired",
|
|
"ansiyellow",
|
|
"appendleft",
|
|
"ASHA",
|
|
"asyncio",
|
|
"ATRAC",
|
|
"avdtp",
|
|
"bitpool",
|
|
"bitstruct",
|
|
"BSCP",
|
|
"BTPROTO",
|
|
"CCCD",
|
|
"cccds",
|
|
"cmac",
|
|
"CONNECTIONLESS",
|
|
"csip",
|
|
"csrcs",
|
|
"CVSD",
|
|
"datagram",
|
|
"DATALINK",
|
|
"delayreport",
|
|
"deregisters",
|
|
"deregistration",
|
|
"dhkey",
|
|
"diversifier",
|
|
"endianness",
|
|
"Fitbit",
|
|
"GATTLINK",
|
|
"HANDSFREE",
|
|
"keydown",
|
|
"keyup",
|
|
"levelname",
|
|
"libc",
|
|
"libusb",
|
|
"MITM",
|
|
"MSBC",
|
|
"NDIS",
|
|
"netsim",
|
|
"NONBLOCK",
|
|
"NONCONN",
|
|
"OXIMETER",
|
|
"popleft",
|
|
"PRAND",
|
|
"protobuf",
|
|
"psms",
|
|
"pyee",
|
|
"Pyodide",
|
|
"pyusb",
|
|
"rfcomm",
|
|
"ROHC",
|
|
"rssi",
|
|
"SEID",
|
|
"seids",
|
|
"SERV",
|
|
"SIRK",
|
|
"ssrc",
|
|
"strerror",
|
|
"subband",
|
|
"subbands",
|
|
"subevent",
|
|
"Subrating",
|
|
"substates",
|
|
"tobytes",
|
|
"tsep",
|
|
"usbmodem",
|
|
"vhci",
|
|
"websockets",
|
|
"xcursor",
|
|
"ycursor"
|
|
],
|
|
"[python]": {
|
|
"editor.rulers": [88]
|
|
},
|
|
"python.formatting.provider": "black",
|
|
"pylint.importStrategy": "useBundled",
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
}
|