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

Commit 82d00ce6 authored by Chris Manton's avatar Chris Manton
Browse files

Properly name stack::btm::tBTM_INQUIRY_VAR_ST

Bug: 314265782
Test: atest net_test_stack
Flag: EXEMPT, mechanical refactor

Change-Id: I56db6df9a1000885e8876e24237b6aa3ad040757
parent be76e2f4
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ typedef struct {

typedef void(tBTM_NAME_CMPL_CB)(const tBTM_REMOTE_DEV_NAME*);

typedef struct {
struct tBTM_INQUIRY_VAR_ST {
  tBTM_NAME_CMPL_CB* p_remname_cmpl_cb;

  alarm_t* remote_name_timer;
@@ -275,8 +275,7 @@ typedef struct {
    alarm_free(remote_name_timer);
    alarm_free(classic_inquiry_timer);
  }

} tBTM_INQUIRY_VAR_ST;
};

#define BTM_INQ_RESULT_BR 0x01
#define BTM_INQ_RESULT_BLE 0x02