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

Commit 446a1bb4 authored by Chris Manton's avatar Chris Manton
Browse files

Encapsulate btm_bda_to_acl

Working towards encapsulation of tACL_CONN

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I1ba4df2ae3b1831ee56b00399277a09e48439ef1
parent 661948ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ static void btm_process_remote_ext_features(tACL_CONN* p_acl_cb,
static void btm_sec_set_peer_sec_caps(tACL_CONN* p_acl_cb,
                                      tBTM_SEC_DEV_REC* p_dev_rec);
static tACL_CONN* acl_get_connection_from_handle(uint16_t handle);
static tACL_CONN* btm_bda_to_acl(const RawAddress& bda,
                                 tBT_TRANSPORT transport);
static tBTM_STATUS btm_set_packet_types(tACL_CONN* p, uint16_t pkt_types);

void BTIF_dm_report_inquiry_status_change(uint8_t busy_level_flags);
+0 −2
Original line number Diff line number Diff line
@@ -114,8 +114,6 @@ extern void btm_read_remote_ext_features_failed(uint8_t status,
                                                uint16_t handle);
extern void btm_read_remote_version_complete(uint8_t* p);

extern tACL_CONN* btm_bda_to_acl(const RawAddress& bda,
                                 tBT_TRANSPORT transport);
extern void btm_acl_notif_conn_collision(const RawAddress& bda);
extern void btm_acl_update_conn_addr(uint16_t conn_handle,
                                     const RawAddress& address);