Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8281565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:04:42+00:00 2026-06-08T10:04:42+00:00

I am working on an iOS core Bluetooth application, I am able to connect

  • 0

I am working on an iOS core Bluetooth application, I am able to connect with the BLE device using iPad3. I am able to reach to the block didDiscoverServices, but unable to proceed from here.

My questions are ;

  1. How can I read characteristic from Bluetooth device?
  2. How can I read other information of Bluetooth device?

Help me on this or provide any suggestion.

Thanks Wilhelmsen for reply.

I got the following from the mentioned block :

[0] - Service : <CBConcreteService: 0x1769a0> UUID: Generic Attribute Profile
[1] - Service : <CBConcreteService: 0x174470> UUID: Generic Access Profile
[2] - Service : <CBConcreteService: 0x1744e0> UUID: Unknown (<00005301 00000041 4c505749 53450000>)

Characteristic

[0] - Characteristic : <CBConcreteCharacteristic: 0x15d410> UUID: Service Changed

[0] - Characteristic : <CBConcreteCharacteristic: 0x1805b0> UUID: Device Name
[1] - Characteristic : <CBConcreteCharacteristic: 0x1806a0> UUID: Appearence

[0] - Characteristic : <CBConcreteCharacteristic: 0x183810> UUID: Unknown (<00004301 00000041 4c505749 53450000>)
[1] - Characteristic : <CBConcreteCharacteristic: 0x1838a0> UUID: Unknown (<00004302 00000041 4c505749 53450000>)

Now how to get the exact values from this Characteristic in didUpdateValueForCharacteristic block?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T10:04:43+00:00Added an answer on June 8, 2026 at 10:04 am

    Take a nice good read through the framework. if you have come this far you shouldn’t have any problem finding ‘discoverCharacteristics’ and the peripheral delegate callback ‘didDiscoverCharacteristic’. You need to know the UUID of the services and characteristics you want to discover and apply it to those methods.

    Then you can read with ‘readValueForCharacteristic’ and the delegate callback ‘didUpdateValueForCharacteristic’.

    This is sent from my phone, so I will maybe edit a bit when I get to a computer. Hope it helps

    New question:

    [connectedPeripheral readValueForCharacteristic:wantedCharacteristic] 
    

    and at peripheral delegate

    - (void) peripheral:(CBPeripheral *)peripheral didUpdateValueForCharacteristic:(CBCharacteristic *)characteristic error:(NSError *)error{
    
    NSLog(@"Characteristic value : %@ with ID %@", characteristic.value, characteristic.UUID);
    [delegate characteristicValueRead:characteristic.value];
    }
    

    works for me

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got the bluetooth low energy Heart Rate Monitor working using corebluetooth.framework on IOS
I'm working on an iOS application that needs to play some sounds using the
I am working on a Core Data based iOS application , in which i
i have implemented code like here but it's not working for iOS 5.0, it
I am working on an iOS application that uses a SQLite database. In the
I'm working on an iOS application where most of the backend has already been
I have been working on a Core Data iOS app that works perfectly through
My iphoneos 3.1 based application is not working on iOS 4 GM: the camera
I am working in iOS 5,and before loading my application,I want to open a
I have already implemented multitouch image rotation using standard iOS graphics library (Core Graphics).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.