PeripheralManager: set the name of the peripheral
PeripheralManager: set the name of the peripheral
- Subject: PeripheralManager: set the name of the peripheral
- From: Frederic Visticot <email@hidden>
- Date: Sun, 22 Jul 2012 01:20:00 +0200
I have successfully created my first Advertising service with PeripheralManager from iOS6.
I can detect this new service from another iPhone(4S with iOS5).
The name of this detected peripheral is null ...
What do we need to do to set the peripheral name ? Do we need to implement the Generic Access Profile 1800 and set the peripheral name in this service ?
Tx for the support
-Fred
On Sun, Jul 22, 2012 at 1:16 AM, Frederic Visticot
<email@hidden> wrote:
It works now !!
If I initialize the peripheralManager in the applicationDelegate and pass this manager in the Service I want to create it is working perfectly...
If I'm correct, the WWDC video is creating the peripheralManager in the service ???
Is it normal ?
-Fred
On Sat, Jul 21, 2012 at 11:56 PM, Frederic Visticot
<email@hidden> wrote:
Any news regarding my pb ?Is it due to my code ?
Is it possible to have a link to a sample code ?
Do I need to fill a bug ?
I will post this message in the Apple Dev forum as well.
Tx for the support.
-Fred
On Mon, Jun 25, 2012 at 10:15 PM, Frederic Visticot
<email@hidden> wrote:
I have tried to implement my first BLE service as described in the WWDC video.
I have updated my "new iPad" with the Beta2 firmware + downloaded the last XCode4.5 version (from today)
After calling the following method
manager = [[CBPeripheralManager alloc] initWithDelegate: self queue: nil];
I get the following error:
2012-06-25 22:10:48.252 bleserver[524:907] CoreBluetooth[WARNING] <CBConcretePeripheralManager: 0x1ddba180> is not powered on
Bluetooth is ON on the iPad(3) settings
Any idea for this error ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden