Component/bt: fix set error params and add callback in adv params
This commit is contained in:
@@ -586,7 +586,7 @@ void gatt_process_prep_write_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op
|
||||
tGATT_VALUE value = {0};
|
||||
UINT8 *p = p_data;
|
||||
|
||||
GATT_TRACE_ERROR("value resp op_code = %s len = %d", gatt_dbg_op_name(op_code), len);
|
||||
GATT_TRACE_DEBUG("value resp op_code = %s len = %d", gatt_dbg_op_name(op_code), len);
|
||||
|
||||
if (len < GATT_PREP_WRITE_RSP_MIN_LEN) {
|
||||
GATT_TRACE_ERROR("illegal prepare write response length, discard");
|
||||
|
||||
Reference in New Issue
Block a user