Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7032d1e7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Separate LE scanner and GATT client BTIF interfaces (3/3)"

parents fab3be33 8cb96fda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ btifCommonSrc += \
  src/btif_av.cc \
  src/btif_avrcp_audio_track.cc \
  src/btif_ble_advertiser.cc \
  src/btif_ble_scanner.cc \
  src/btif_config.cc \
  src/btif_config_transcode.cc \
  src/btif_core.cc \
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ static_library("btif") {
    #TODO(jpawlowski): heavily depends on Android,
    #   "src/btif_avrcp_audio_track.cc",
    "src/btif_ble_advertiser.cc",
    "src/btif_ble_scanner.cc",
    "src/btif_config.cc",
    "src/btif_config_transcode.cc",
    "src/btif_core.cc",
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@

extern const btgatt_client_interface_t btgattClientInterface;
extern const btgatt_server_interface_t btgattServerInterface;
extern const btgatt_scanner_interface_t btgattScannerInterface;

BleAdvertiserInterface* get_ble_advertiser_instance();
#endif
+668 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0

File changed.

Preview size limit exceeded, changes collapsed.

Loading