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

Commit a84998f8 authored by Chris Manton's avatar Chris Manton
Browse files

Fix proper headers to stack/acl/btm_acl::btm_cont_rswitch

Working towards encapsulation of tACL_CONN

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I241a291529b63859dd8530e316bcb54daa2c6408
parent 489f0590
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -87,9 +87,6 @@ extern void btm_acl_device_down(void);
extern void btm_acl_set_paging(bool value);
extern void btm_acl_update_inquiry_status(uint8_t state);

extern void btm_cont_rswitch(tACL_CONN* p, tBTM_SEC_DEV_REC* p_dev_rec,
                             uint8_t hci_status);

extern uint8_t btm_handle_to_acl_index(uint16_t hci_handle);

extern void btm_read_rssi_complete(uint8_t* p);
+3 −0
Original line number Diff line number Diff line
@@ -271,3 +271,6 @@ bool BTM_IsBleConnection(uint16_t hci_handle);
const RawAddress acl_address_from_handle(uint16_t hci_handle);
tBTM_PM_MCB* acl_power_mode_from_handle(uint16_t hci_handle);
int btm_pm_find_acl_ind(const RawAddress& remote_bda);

void btm_cont_rswitch(tACL_CONN* p, tBTM_SEC_DEV_REC* p_dev_rec,
                      uint8_t hci_status);