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

Commit 2eb1f932 authored by Chris Manton's avatar Chris Manton
Browse files

Remove unused stack::btm_client_interface::BTM_BleSetConnScanParams

Bug: 340678668
Test: m .
Flag: EXEMPT, Code Removal

Change-Id: I8f498726f07cd3a2bf9177aa363602b68db9f526
parent afc10d69
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -101,8 +101,6 @@ struct btm_client_interface_t {
                                        uint16_t tx_pdu_length);
                                        uint16_t tx_pdu_length);
    void (*BTM_BleReadControllerFeatures)(
    void (*BTM_BleReadControllerFeatures)(
        tBTM_BLE_CTRL_FEATURES_CBACK* p_vsc_cback);
        tBTM_BLE_CTRL_FEATURES_CBACK* p_vsc_cback);
    void (*BTM_BleSetConnScanParams)(uint32_t scan_interval,
                                     uint32_t scan_window);
    void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys,
    void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys,
                          uint8_t rx_phys, uint16_t phy_options);
                          uint8_t rx_phys, uint16_t phy_options);
    void (*BTM_BleSetPrefConnParams)(const RawAddress& bd_addr,
    void (*BTM_BleSetPrefConnParams)(const RawAddress& bd_addr,
+0 −2
Original line number Original line Diff line number Diff line
@@ -213,8 +213,6 @@ struct btm_client_interface_t default_btm_client_interface = {


        .BTM_BleReadControllerFeatures =
        .BTM_BleReadControllerFeatures =
            [](tBTM_BLE_CTRL_FEATURES_CBACK* /* p_vsc_cback */) {},
            [](tBTM_BLE_CTRL_FEATURES_CBACK* /* p_vsc_cback */) {},
        .BTM_BleSetConnScanParams = [](uint32_t /* scan_interval */,
                                       uint32_t /* scan_window */) {},
        .BTM_BleSetPhy = [](const RawAddress& /* bd_addr */,
        .BTM_BleSetPhy = [](const RawAddress& /* bd_addr */,
                            uint8_t /* tx_phys */, uint8_t /* rx_phys */,
                            uint8_t /* tx_phys */, uint8_t /* rx_phys */,
                            uint16_t /* phy_options */) {},
                            uint16_t /* phy_options */) {},