mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 23:42:52 +00:00
doc/hci: hci_can_send_packet_now -> hci_can_send_command_packet_now
This commit is contained in:
parent
9af39d9f0f
commit
002abde24f
@ -150,7 +150,7 @@ device name with the HCI Write Local Name command.
|
||||
|
||||
~~~~ {#lst:HCIcmdExampleLocalName .c caption="{Sending HCI command example.}"}
|
||||
|
||||
if (hci_can_send_packet_now(HCI_COMMAND_DATA_PACKET)){
|
||||
if (hci_can_send_command_packet_now()){
|
||||
hci_send_cmd(&hci_write_local_name, "BTstack Demo");
|
||||
}
|
||||
~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user