FRDM-KW40Z BLE Data transfer Issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FRDM-KW40Z BLE Data transfer Issue

1,909件の閲覧回数
rajarathinamlaw
Contributor I

When I am tring to connect Freescale BLE stack 4.1 (FRDM-KW40Z) with Mindtree BLE Stack, I am facing the problem with transfer bulk data.

I tried with sample program hid host as a Client and our application board as Server(Mindtree stack) . Client device discovered all service and charaterstics information provided by Server but when tring to send a Max size(23 byte) data from Client through following API,data transfer not happening and It's able to send only one byte of data.

GattClient_WriteCharacteristicValue(deviceId, &characteristic,streamSize, pRecvStream, TRUE,                                FALSE, FALSE, NULL);

Can anyone advise the correct procedure to write the Max size of data transfer from client to server.

Thank you very much!

ラベル(2)
0 件の賞賛
返信
1 返信

1,439件の閲覧回数
jorge_a_vazquez
NXP Employee
NXP Employee

Hi Rajarathinam Lawrence

Sorry for the late response. This could be a Server problem, in how do you configure the characteristics to take the data from the client. For the client configuration you could check the following doc from our colleague, here he explain how to read and write:

Modify and read characteristics with read and write requests

You could check it and tell me if you have any other question.


Have a great day,
Jorge Alcala

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信