Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 13 of 13) sorted by relevance

/btstack/tool/
H A Dbtstack_parser.py133 commands = []
173 commands.append((command_name, ogf, ocf, format, params))
177 return commands
183 commands = []
184 commands += my_parse_commands(btstack_root + '/' + hci_cmds_c_path, opcodes, camel_case)
185 commands += my_parse_commands(btstack_root + '/' + daemon_cmds_c_path, opcodes, camel_case)
186 return commands
193 def print_opcode_enum(commands): argument
195 for command in commands:
H A Djava_binding.py244 def create_btstack_java(commands): argument
254 for command in commands:
377 commands = parser.parse_daemon_commands() variable
386 create_btstack_java(commands)
H A Dpython_generator.py222 def create_command_builder(commands): argument
232 for command in commands:
362 commands = parser.parse_daemon_commands(camel_case=False) variable
369 create_command_builder(commands)
/btstack/port/max32630-fthr/scripts/
H A Dmax32630.gdb2 set trace-commands on
/btstack/doc/notes/
H A DSDP.txt69 * Define and implement client commands & events for SDP registry
77 * Test continuation for all three commands
/btstack/doc/manual/docs-template/
H A Dprotocols.md53 Please note, that an application rarely has to send HCI commands on its
57 commands in application is during the startup phase to configure special
64 different types of commands. The OpCode parameter is divided into two
83 commands and their OCFs see [Bluetooth Specification](https://www.bluetooth.org/Technical/Specifica…
120 specifiers supported by BTstack. Check for other predefined HCI commands
159 Please note, that an application rarely has to send HCI commands on its
554 Outgoing packets, both commands and data, are not queued in BTstack.
828 the Bluetooth Core V4.2 specification introduced appropriate commands for the Bluetooth controller.
H A Darchitecture.md51 valid, the necessary commands are sent to the Bluetooth chipset and the
H A Dprofiles.md15 - The Target role responds to commands, e.g. playback control, and queries, e.g. playback status, m…
265 in 64 kbit/s CVSD and a subset of AT commands from GSM 07.07 for
289 It relies on SCO for audio encoded in 64 kbit/s CVSD and a bigger subset of AT commands from GSM 07…
388 When eAVR and audio channel are established there are several additional commands that can be sent:
544 The GATT server stores data and accepts GATT client requests, commands
H A Dporting.md83 commands, events and data between a host and a Bluetooth module: HCI
H A Dhow_to.md146 …etooth 4.2+ controllers (e.g., EM9304, ESP32) support the necessary HCI commands for ECC. Other re…
599 functions, which in turn may send commands to the Bluetooth module. The
762 … need to periodically turn on its radio and it only needs to respond to commands from the Host. In…
/btstack/chipset/
H A DREADME.md7 …ller Interface (HCI), see {@fig:HostChipsetConnection}. HCI defines how commands, events, asynchro…
37 …stead, each vendor had to come up with their own set of vendor-specific commands. Sometimes, addit…
43 …llow to patch or configure their chipsets at run time by sending custom commands to the chipset. O…
124 The best source for documentation on vendor specific commands so far has been the source code for b…
135 HCI commands are available. Please see posix-h4-bcm port to get started.
220 It supports a superset of the vendor specific commands of the EM9301.
/btstack/port/mtk/docs/
H A Druggear-gettingstarted.tex187 …tem is OS X and that PacketLogger is already running. The two\path{adb} commands, shown in the fol…
240 \item \path{java/gen} - code for available commands and events, auto-generated from the BTstack C …
/btstack/
H A DCHANGELOG.md189 - HFP: allow to register custom at commands with hfp_hf_register_custom_at_command
280 - HFP AG: support handling of custom AT commands with hfp_ag_register_custom_at_command
634 - AVRCP Controller: allow to send multiple absolute volume commands without waiting for response.
737 - HFP: Fix parsing of empty fields, e.g. phone number in +CLCC and other AT commands
797 - HCI: added hci_read_inquiry_scan_activity and hci_write_inquiry_scan_activity commands
1066 - HFP: Handle multiple commands/responses in single RFCOMM packet