Loading system/main/shim/le_scanning_manager.cc +12 −14 Original line number Diff line number Diff line Loading @@ -775,7 +775,6 @@ void BleScannerInterfaceImpl::handle_remote_properties( if (!address_cache_.find(bd_addr)) { address_cache_.add(bd_addr); if (p_eir_remote_name) { if (remote_name_len > BD_NAME_LEN + 1 || (remote_name_len == BD_NAME_LEN + 1 && p_eir_remote_name[BD_NAME_LEN] != '\0')) { Loading @@ -791,7 +790,6 @@ void BleScannerInterfaceImpl::handle_remote_properties( device_type); } } } DEV_CLASS dev_class; if (btm_ble_get_appearance_as_cod(advertising_data, dev_class)) { Loading Loading
system/main/shim/le_scanning_manager.cc +12 −14 Original line number Diff line number Diff line Loading @@ -775,7 +775,6 @@ void BleScannerInterfaceImpl::handle_remote_properties( if (!address_cache_.find(bd_addr)) { address_cache_.add(bd_addr); if (p_eir_remote_name) { if (remote_name_len > BD_NAME_LEN + 1 || (remote_name_len == BD_NAME_LEN + 1 && p_eir_remote_name[BD_NAME_LEN] != '\0')) { Loading @@ -791,7 +790,6 @@ void BleScannerInterfaceImpl::handle_remote_properties( device_type); } } } DEV_CLASS dev_class; if (btm_ble_get_appearance_as_cod(advertising_data, dev_class)) { Loading