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

Commit 01cc5d6e authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Stat-ify functions in bta/sys/bta_sys_main am: 59a0a3e0 am: ad9fc652 am:...

Stat-ify functions in bta/sys/bta_sys_main am: 59a0a3e0 am: ad9fc652 am: 40b0dcdd am: 9a5eeae1

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1496551

Change-Id: I141d399435cd99d871d4a62c93f350b901b99e3d
parents f4cad699 9a5eeae1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -157,7 +157,6 @@ void bta_set_forward_hw_failures(bool value);
void BTA_sys_signal_hw_error();

extern void bta_sys_init(void);
extern void bta_sys_event(BT_HDR* p_msg);
extern void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg);
extern void bta_sys_deregister(uint8_t id);
extern bool bta_sys_is_register(uint8_t id);
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ void BTA_sys_signal_hw_error() {
 * Returns          void
 *
 ******************************************************************************/
void bta_sys_event(BT_HDR* p_msg) {
static void bta_sys_event(BT_HDR* p_msg) {
  uint8_t id;
  bool freebuf = true;