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

Commit 44ad5d24 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Properly name stack::btm::tBTM_INQUIRY_VAR_ST am: 82d00ce6

parents adacfa38 82d00ce6
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