Bluetooth _ What is the GUID for " Text transfer"
-
Hi, In the application which I'm working on. Bluetooth server on pc, exchanges text with bluetooth client on mobile. I would like to what is the GUID needs to be registered for this text exchange service. I'm currently using GUID serviceID = OBEXFileTransferServiceClass_UUID; But it doesn't seem to work. Thanks in advance. Regards, Vijay.
-
Hi, In the application which I'm working on. Bluetooth server on pc, exchanges text with bluetooth client on mobile. I would like to what is the GUID needs to be registered for this text exchange service. I'm currently using GUID serviceID = OBEXFileTransferServiceClass_UUID; But it doesn't seem to work. Thanks in advance. Regards, Vijay.
OBEX is used to send files. For sending simple text, use
SerialPortServiceClass_UUID
.«_Superman_» _I love work. It gives me something to do between weekends.