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

Commit 739ba89b authored by Hsin-chen Chuang's avatar Hsin-chen Chuang Committed by Gerrit Code Review
Browse files

Merge "floss: Split out Advertiser code from bluetooth_gatt to bluetooth_adv" into main

parents 07805ac1 dfd6dd87
Loading
Loading
Loading
Loading
+719 −53

File changed.

Preview size limit exceeded, changes collapsed.

+53 −473

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -35,10 +35,10 @@ use crate::bluetooth::{
    BluetoothDevice, DelayedActions, IBluetooth,
};
use crate::bluetooth_admin::{BluetoothAdmin, IBluetoothAdmin};
use crate::bluetooth_adv::dispatch_le_adv_callbacks;
use crate::bluetooth_gatt::{
    dispatch_gatt_client_callbacks, dispatch_gatt_server_callbacks, dispatch_le_adv_callbacks,
    dispatch_le_scanner_callbacks, dispatch_le_scanner_inband_callbacks, BluetoothGatt,
    GattActions,
    dispatch_gatt_client_callbacks, dispatch_gatt_server_callbacks, dispatch_le_scanner_callbacks,
    dispatch_le_scanner_inband_callbacks, BluetoothGatt, GattActions,
};
use crate::bluetooth_media::{BluetoothMedia, MediaActions};
use crate::dis::{DeviceInformation, ServiceCallbacks};