Post

Replies

Boosts

Views

Activity

Reply to How to perform bluetooth advertising from a MAC before login to the MAC
HI Quinn, When using the above created BLEAdvertising app by adding it to the LaunchDaemon (in logged in session not pre-login), once advertising started when I try to unload the app using "sudo launchctl unload /Library/LaunchDaemons/com.abc.myBLEapp.plist" it is stoping advertising as expected. But when I try to load again using "sudo launchctl load /Library/LaunchDaemons/com.abc.myBLEapp.plist" it is not starting advertising, to get the advertising I have to perform "sudo pkill bluetoothd". Am I missing anything to get the advertising start again when I load my app through launchctl? As pkill will kill and restart the bluetooth process, due to this if there are any other ble connected devices they need to get reconnected, so Is using pkill bluethoothd a proper approach?
Topic: App & System Services SubTopic: Core OS Tags:
2w
Reply to How to perform bluetooth advertising from a MAC before login to the MAC
Hi Quinn, Thankyou for the update and Yes, I am trying this as part of authorisation plug-in only. As you suggested, I tried separating out the bluetooth advertising from my daemon and invoke the bluetooth agent pre-login and perform advertising. Can you please help me understand when exactly this daemon gets invoked like is it only after restart or even at logout and login will I be able to invoke agent through daemon (how to control it)?
Topic: App & System Services SubTopic: Core OS Tags:
3w
Reply to How to perform bluetooth advertising from a MAC before login to the MAC
Thankyou for proving the insights. Can you help me on the below question from what you mentioned "Therefore is not possible to use Bluetooth from a process without a logged in user. Your best bet would be to separate the Bluetooth functionality into a user level component, perhaps a user agent," so, if I create a user agent will I be able to invoke this user agent before login to user session? Because my need is to perform bluetooth advertising before user login (not unlock scenario)
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’25
Reply to How can we advertise custom data through our iOS app using Bluetooth Low Energy advertisement
Hi Argun / @Engineer The peripheral manager is only supporting two advertisement keys: CBAdvertisementDataLocalNameKey and CBAdvertisementDataServiceUUIDsKey. Is there any way to send 16-byte custom data other than using CBAdvertisementDataLocalNameKey? Any pointers or example references on this will be helpful. Thanks & Regards, Tata Chaitanya
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’25
Reply to macOS Sonoma Lock Screen with SFAutorizationPluginView is not hiding the macOS desktop
Hi Eskimo, I have updated the bug **FB13000811 **(Lock Screen with SFAutorizationPluginView(old UI) is not hiding the macOS desktop). As this issue is observed even without our product, Do you still want me to create a TSI request for this to check for a fix/solution? Sonoma preview is going to be available from 26th September, so do you think this will be addressed before that or how will we take this up? Thanks & Regards, Tata Chaitanya
Topic: Privacy & Security SubTopic: General Tags:
Sep ’23