Airoha M0 BLE API  1.0.5.4
ab_mount_hci.h
1 #ifndef AB_MOUNT_HCI_HH
2 #define AB_MOUNT_HCI_HH
3 #include <stdint.h>
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <string.h>
7 #include <stdbool.h>
8 bool hci_send(uint8_t *buf, uint8_t len);
9 bool hci_mount(void (*rxdat_cb) (uint8_t* buf, uint8_t len));
10 
11 #endif