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

Commit 8cb96fda authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

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

In order to properly separate low level structures associated with LE
scanner and GATT client, their interfaces must be separated first.

Test: sl4a BleScanApiTest
Bug: 30622771
Change-Id: If804632c8e4b08fd15d5b847c7838822cf98d79f
parent 04e5a2e7
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