Giter Site home page Giter Site logo

Comments (4)

smsissuechecker avatar smsissuechecker commented on June 12, 2024

Hi @yureng,

I'm the friendly issue checker.
Thanks for using the issue template 🌟
I appreciate it very much. I'm sure, the maintainers of this repository will answer, soon.

from dotnet-bluetooth-le.

yureng avatar yureng commented on June 12, 2024

Debug trace, I found:

CoreBluetooth.CBPeripheral.Name is "CompleteLocalName"
CoreBluetooth.CBDiscoveredPeripheralEventArgs.AdvertisementData[CBAdvertisement.DataLocalNameKey] is "ShortenedLocalName"

Hence the line of code, Apple.Adapter.cs 35

var name = e.Peripheral.Name;
if (e.AdvertisementData.ContainsKey(CBAdvertisement.DataLocalNameKey))
{
// iOS caches the peripheral name, so it can become stale (if changing)
// keep track of the local name key manually
name = ((NSString)e.AdvertisementData.ValueForKey(CBAdvertisement.DataLocalNameKey)).ToString();
}

"CompleteLocalName" is replaced with "ShortenedLocalName"

maybe, Apple.Adapter.cs 345 :

records.Add(new AdvertisementRecord(AdvertisementRecordType.CompleteLocalName,
NSData.FromString(advertisementData.ObjectForKey(key) as NSString).ToArray()));

Should be "ShortenedLocalName"

from dotnet-bluetooth-le.

janusw avatar janusw commented on June 12, 2024

This might possibly be related to #703. There it was claimed that Device.NativeDevice has the full name. Could you check that?

from dotnet-bluetooth-le.

janusw avatar janusw commented on June 12, 2024

@yureng Why did you close the issue? What's the conclusion? Is it solved? Did you find a workaround?

from dotnet-bluetooth-le.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.