@akajqq 支持10万次擦除
Z
ZR 发布的帖子
-
RE: 如何与需要PIN码的蓝牙从机通信发布在 FR800x
case GAP_SEC_EVT_PIN_CODE_REQ:
{
uint8_t conidx = p_event->param.pin_code_req.conidx;
uint8_t tk_type = p_event->param.pin_code_req.tk_type;LOG_INFO(app_tag, "PIN requested, conidx=%d, type=%d\r\n", conidx, tk_type); gap_security_send_pairing_password(conidx, 123456);}
break;





