mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
added missing type for hci_send_acl_packet_buffer
This commit is contained in:
parent
0f6219e51e
commit
ebcf06d0dd
@ -641,8 +641,8 @@ void hci_run(void);
|
||||
// send complete CMD packet
|
||||
int hci_send_cmd_packet(uint8_t *packet, int size);
|
||||
|
||||
// send ACL packet prepared in hci packet buffer - not working yet
|
||||
// int hci_send_acl_packet_buffer(int size);
|
||||
// send ACL packet prepared in hci packet buffer
|
||||
int hci_send_acl_packet_buffer(int size);
|
||||
|
||||
// send SCO packet prepared in hci packet buffer
|
||||
int hci_send_sco_packet_buffer(int size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user