custom profile

Custom Profile: Reading Characteristics

Wed, 2016-07-13 17:02--jamartin

I am trying to create an application that acts as the server of a serial port connection. To do this I am creating a custom profile with two characteristics:
Tx:发送1个字节of data from the server to the client.
Rx: sends 1 byte of data from the client to the server.

I have followed tutorial 4 (creating a custom profile), but it only explains how to create characteristics that can be written to.
Clearly, Tx needs to be read from but I can't seem to find any examples of how to read from a characteristic on the website or in the example projects.

Is it possible to implement DSPS device client profile alongside other custom profiles ?

结婚,2016-04-27 11:31--ankitdaf

Hi

Is it possible to implement DSPS device client profile alongside other custom profiles ?

I have modified the sample128 service to create my own, and I want to add serial communication as well.
Essentially I want to read and write characteristics of a service along with performing serial communication like DSPS as well. Is it possible ?

Thanks
Ankit

Custom profile service getting truncated

Mon, 2016-01-04 15:17--JBaczuk

I recently increased the size of 3 characteristics from 2 bytes to 40 bytes (an array of values) each. Since, the last service of the profile is not showing up when I connect. Is there a way to debug this? (like using the status variable when attributes are added to the database). Is there some maximum size for this database? I have verified that the calculated total size parameters for the service are correct.

Subscribe to RSS - custom profile