Loading system/bta/csis/csis_client.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading system/stack/include/btm_api_types.h +0 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
system/bta/csis/csis_client.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
system/stack/include/btm_api_types.h +0 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading