mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 14:42:33 +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
|
// send complete CMD packet
|
||||||
int hci_send_cmd_packet(uint8_t *packet, int size);
|
int hci_send_cmd_packet(uint8_t *packet, int size);
|
||||||
|
|
||||||
// send ACL packet prepared in hci packet buffer - not working yet
|
// send ACL packet prepared in hci packet buffer
|
||||||
// int hci_send_acl_packet_buffer(int size);
|
int hci_send_acl_packet_buffer(int size);
|
||||||
|
|
||||||
// send SCO packet prepared in hci packet buffer
|
// send SCO packet prepared in hci packet buffer
|
||||||
int hci_send_sco_packet_buffer(int size);
|
int hci_send_sco_packet_buffer(int size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user