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

Commit 1e51448f authored by Alice Kuo's avatar Alice Kuo
Browse files

csis: minor cleanup for the RSI type define

Bug: 150670922
Bug: 194471365
Test: build success
Change-Id: If4730aaeb413103c2d5db87d8139895d09d3d29c
parent 93a75e7b
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 */