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

Commit bf8a4ec3 authored by Alice Kuo's avatar Alice Kuo Committed by Automerger Merge Worker
Browse files

csis: minor cleanup for the RSI type define am: 1e51448f am: f1d14b92 am:...

csis: minor cleanup for the RSI type define am: 1e51448f am: f1d14b92 am: 21293d56 am: cfe022fe am: d7179184

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

Change-Id: I5fbe834a1565537e998caecefa784f59058b51f2
parents 510ae853 d7179184
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -988,7 +988,7 @@ class CsisClientImpl : public CsisClient {

    while ((p_service_data = AdvertiseDataParser::GetFieldByType(
                p_service_data + service_data_len,
                (remaining_data_len -= service_data_len), BTM_EIR_RSI_TYPE,
                (remaining_data_len -= service_data_len), BTM_BLE_AD_TYPE_RSI,
                &service_data_len))) {
      uint8_t* p = (uint8_t*)(p_service_data);
      RawAddress bda;
+0 −3
Original line number Diff line number Diff line
@@ -250,9 +250,6 @@ enum {

typedef uint8_t tBTM_EIR_SEARCH_RESULT;

/* 0x2C */
#define BTM_EIR_RSI_TYPE HCI_EIR_RSI_TYPE

typedef enum : uint8_t {
  BTM_BLE_SEC_NONE = 0,
  /* encrypt the link using current key */