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

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

stack::rnr::tBTM_REMOTE_DEV_NAME Conventional name without typedef

Bug: 354265519
Test: m .
Flag: EXEMPT, Compiler Equivalence

Change-Id: Ie1acdc6f852d7af37f9b3a813439a0d60621a525
parent 5474f2db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@
#include "types/raw_address.h"

/* Structure returned with remote name  request */
typedef struct {
struct tBTM_REMOTE_DEV_NAME {
  tBTM_STATUS status;
  RawAddress bd_addr;
  BD_NAME remote_bd_name;
  tHCI_STATUS hci_status;
} tBTM_REMOTE_DEV_NAME;
};

typedef void(tBTM_NAME_CMPL_CB)(const tBTM_REMOTE_DEV_NAME*);