Can anyone give me some assistance? I'm coding a BLE to work with the BLE controller app that I downloaded on my phone, but the phone cannot detect the hardware! Any advice? Dwayne
On Nov 10, 2016, at 3:00 PM, bluetooth-dev-request@lists.apple.com wrote:
Send Bluetooth-dev mailing list submissions to bluetooth-dev@lists.apple.com
To subscribe or unsubscribe via the World Wide Web, visit https://lists.apple.com/mailman/listinfo/bluetooth-dev or, via email, send a message with subject or body 'help' to bluetooth-dev-request@lists.apple.com
You can reach the person managing the list at bluetooth-dev-owner@lists.apple.com
When replying, please edit your Subject line so it is more specific than "Re: Contents of Bluetooth-dev digest..."
Today's Topics:
1. Re: iOS Peripheral get notified of writeWithoutResponse from Central (Hank Li) 2. Re: iOS Peripheral get notified of writeWithoutResponse from Central (Sean Hamstra) 3. Re: iOS Peripheral get notified of writeWithoutResponse from Central (Sean Hamstra)
----------------------------------------------------------------------
Message: 1 Date: Wed, 09 Nov 2016 12:54:21 -0800 From: Hank Li <hank.h.li@gmail.com> To: Sean Hamstra <sean.hamstra@spindance.com> Cc: "bluetooth-dev@lists.apple.com" <bluetooth-dev@lists.apple.com> Subject: Re: iOS Peripheral get notified of writeWithoutResponse from Central Message-ID: <CA+=OebmddD7qFQ3GN-h2yGx39YOv8z-GKb77s+Oh8UVfrsHA6g@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
create your delegate first before creating the manager, if the method is not calling, it means your delegate is not used. https://developer.apple.com/reference/corebluetooth/cbperipheralmanagerdeleg...
Thanks, Hank Li http://devicelinked.com
On Wed, Nov 9, 2016 at 12:51 PM, Sean Hamstra <sean.hamstra@spindance.com> wrote:
Right. That is only hit when the central sends a write request with response. When a fast write command, (write without response) is sent, I'm not seeing that hit at all. Should it be? iOS 10.1.1
On Wed, Nov 9, 2016 at 3:47 PM, Nick Brook <nrbrook@gmail.com> wrote:
On CBPeripheralDelegate
- (void)peripheralManager:(CBPeripheralManager *)*peripheral* di dReceiveWriteRequests:(NSArray *)*requests*
Nick
On 9 Nov 2016, at 20:43, Sean Hamstra <sean.hamstra@spindance.com> wrote:
Thanks, Hank. I don't have control of the central. Just the CBPeripheralManager. I want to know on the peripheral side when a write (without response) has happened.
On Wed, Nov 9, 2016 at 3:38 PM, Hank Li <hank.h.li@gmail.com> wrote:
use the callback didwrite...
Thanks, Hank Li http://devicelinked.com
On Wed, Nov 9, 2016 at 12:36 PM, Sean Hamstra < sean.hamstra@spindance.com> wrote:
I'm running iOS as a peripheral (CBPeripheralManager). I have a characteristic that allows for .writeWithoutResponse. I want to know when a central writes (without response) to a characteristic so I can do some work. How is this possible? Clearly the writeRequest callback isn't sent since it's not a write request but rather a command from the central. What am I missing?
Any help would be greatly appreciated! Thanks.
Sean
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/hank.h .li%40gmail.com
This email sent to hank.h.li@gmail.com
--
*Sean Hamstra | Software EngineerSpinDance, Inc. | Smart Choice. Smart Products.* main 616.355.7000 | mobile 616.566.6187 SpinDance.com | #SMARTproduct _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/nrbrook%40gmail.com
This email sent to nrbrook@gmail.com
--
*Sean Hamstra | Software EngineerSpinDance, Inc. | Smart Choice. Smart Products.* main 616.355.7000 | mobile 616.566.6187 SpinDance.com | #SMARTproduct