Re: [CC2540 Keyfob from TI]: Changing Tag name
Re: [CC2540 Keyfob from TI]: Changing Tag name
- Subject: Re: [CC2540 Keyfob from TI]: Changing Tag name
- From: Joakim Linde <email@hidden>
- Date: Sun, 25 Mar 2012 21:00:20 -0700
HI Frederic,
It's currently not possible to write to the GAP device name using iOS. However, you can work around this by creating a your own characteristic and write the new name to this characteristic. The App on the sensor then copies the name over to the GAP device name characteristic.
Thanks,
Joakim
On Mar 16, 2012, at 3:09 AM, Frederic Visticot wrote:
> I would like to allow the iPhone4S user to modify the keyfob name.
>
> In the Keyfob demo:
>
> // GAP GATT Attributes
> static uint8 attDeviceName[GAP_DEVICE_NAME_LEN] = "CC2540DK-mini Keyfob";
> and:
> GGS_SetParameter( GGS_DEVICE_NAME_ATT, GAP_DEVICE_NAME_LEN, attDeviceName );
> How to call the GGS_SetParameter from the Iphone4S XCode app ?
>
>
> -Fred
>
_______________________________________________
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