added missing type for hci_send_acl_packet_buffer

This commit is contained in:
matthias.ringwald@gmail.com 2015-02-28 20:04:26 +00:00
parent 0f6219e51e
commit ebcf06d0dd

View File

@ -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);