This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

discover services on s1xx-iot-prototype2_softdevice reports READ_NOT_PERMITTED

Hi,

I tried the nrf51_iot_sdk_0.8.0_f1f6187 and flashed the coap example (examples\iot\coap\ipv6\client\boards\pca10028\armgcc) with the s1xx-iot-prototype2_softdevice on my PCA10028. I could communicate with a linux bluetooth_6lowpan, so there should not be too much wrong.

But using your Master Control Panel 3.9.0.6 (with MEFW 0.11.0 or with 0.9.0) to "Discover services" on the device reports "READ_NOT_PERMITTED".

[15:54:52.3] Connected to device
[15:54:52.3] Role: 0
[15:54:52.3] PeerAddressType: 0
[15:54:52.3] PeerAddress (MSB): 002EF8226961
[15:54:52.3] Connection Interval: 20.0ms
[15:54:52.3] Connection Latency: 0
[15:54:52.3] Supervision Timeout: 3000ms
[15:54:52.3] Clock Accuracy: (1)
[15:54:52.3] ----------------------------
[15:54:52.3] Connected to address: 002EF8226961
[15:54:52.3] Starting a Read Information Request on the whole remote DB
[15:54:52.6] Discovering all attribute UUIDs
[15:54:52.6] Handle: 0x0001, UUID: 0x2800
[15:54:52.6] Received a Service group UUID
[15:54:52.6] Handle: 0x0002, UUID: 0x2803
[15:54:52.6] Received a Characteristic Group group UUID
[15:54:52.6] Handle: 0x0003, UUID: 0x2A00
[15:54:52.6] Received a Characteristic Group group attribute
[15:54:52.6] Handle: 0x0004, UUID: 0x2803
[15:54:52.6] Received a Characteristic Group group UUID
[15:54:52.6] Handle: 0x0005, UUID: 0x2A01
[15:54:52.6] Received a Characteristic Group group attribute
[15:54:52.6] Handle: 0x0006, UUID: 0x2803
[15:54:52.6] Received a Characteristic Group group UUID
[15:54:52.6] Handle: 0x0007, UUID: 0x2A04
[15:54:52.6] Received a Characteristic Group group attribute
[15:54:52.6] Handle: 0x0008, UUID: 0x2800
[15:54:52.6] Received a Service group UUID
[15:54:52.6] Handle: 0x0009, UUID: 0x2803
[15:54:52.6] Received a Characteristic Group group UUID
[15:54:52.6] Handle: 0x000A, UUID: 0x2A05
[15:54:52.7] Received a Characteristic Group group attribute
[15:54:52.7] Handle: 0x000B, UUID: 0x2902
[15:54:52.7] Received a Characteristic Group group attribute
[15:54:52.7] Handle: 0x000C, UUID: 0x2800
[15:54:52.7] Received a Service group UUID
[15:54:52.7] Discovering all attribute values
[15:54:52.7] Received Read Response, handle: 0x0001, value (0x): 00-18
[15:54:52.8] Received Read Response, handle: 0x0002, value (0x): 0A-03-00-00-2A
[15:54:52.8] Received Read Response, handle: 0x0003, value (0x): 43-4F-41-50-5F-43-6C-69-65-6E-74
[15:54:52.9] Received Read Response, handle: 0x0004, value (0x): 02-05-00-01-2A
[15:54:52.9] Received Read Response, handle: 0x0005, value (0x): 00-00
[15:54:53.0] Received Read Response, handle: 0x0006, value (0x): 02-07-00-04-2A
[15:54:53.0] Received Read Response, handle: 0x0007, value (0x): FF-FF-FF-FF-00-00-FF-FF
[15:54:53.0] Received Read Response, handle: 0x0008, value (0x): 01-18
[15:54:53.1] Received Read Response, handle: 0x0009, value (0x): 20-0A-00-05-2A
[15:54:53.2] Received Error Response: READ_NOT_PERMITTED, handle: 0x000A
[15:55:03.7] No response received for ReadRequest on handle 0x000B. Disconnecting..
[15:55:03.8] Lost connection to device. Reason: BTLE_LOCAL_HOST_TERMINATED_CONNECTION
[15:55:03.8] Service discovery aborted, connection terminated.
[15:55:03.8] SERVER: Received packet <HciEvent: eventCode=0x0A> - <HciEvent: eventCode=0x0A>
[15:55:03.8] SERVER: Received Link Loss
Related