Skip to content

Commit

Permalink
bindings: include GAP & GATT service headers for NimBLE (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: Torin Cooper-Bennun <[email protected]>
  • Loading branch information
tcbennun and Torin Cooper-Bennun authored Aug 4, 2022
1 parent 09a2950 commit 9b1dfdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@
#include "nimble/nimble_port_freertos.h"
#include "host/ble_hs.h"
#include "host/util/util.h"
#include "services/gap/ble_svc_gap.h"
#include "services/gatt/ble_svc_gatt.h"
#endif

#endif

0 comments on commit 9b1dfdc

Please sign in to comment.