work fine with GATT_WriteCharValue()

This commit is contained in:
yichin
2020-08-03 14:57:22 +08:00
parent 21b3e72677
commit f53de36019
@@ -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 )