Searched refs:commands (Results 1 – 13 of 13) sorted by relevance
/btstack/tool/ |
H A D | btstack_parser.py | 133 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 D | java_binding.py | 244 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 D | python_generator.py | 222 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 D | max32630.gdb | 2 set trace-commands on
|
/btstack/doc/notes/ |
H A D | SDP.txt | 69 * Define and implement client commands & events for SDP registry 77 * Test continuation for all three commands
|
/btstack/doc/manual/docs-template/ |
H A D | protocols.md | 53 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 D | architecture.md | 51 valid, the necessary commands are sent to the Bluetooth chipset and the
|
H A D | profiles.md | 15 - 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 D | porting.md | 83 commands, events and data between a host and a Bluetooth module: HCI
|
H A D | how_to.md | 146 …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 D | README.md | 7 …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 D | ruggear-gettingstarted.tex | 187 …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 D | CHANGELOG.md | 189 - 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
|