work fine with GATT_WriteCharValue()
This commit is contained in:
+1
-1
@@ -310,7 +310,7 @@ static void mem_send_ins(uint16_t handle, uint8_t *value){
|
||||
// status = bleMemAllocError;
|
||||
// return;
|
||||
// }
|
||||
req.len = 2;
|
||||
req.len = 10;
|
||||
|
||||
req.pValue = GATT_bm_alloc(connHandle, ATT_WRITE_REQ, req.len, NULL);
|
||||
if ( req.pValue != NULL )
|
||||
|
||||
Reference in New Issue
Block a user