在ch582例程中,hidReportKeyIn为什么只定义一个字节

hidReportKeyIn不是应该定义为8字节的数组吗,为什么hidkbdservice.c里面

static uint8_t       hidReportKeyIn;
    // HID Report characteristic, key input
    {
        {ATT_BT_UUID_SIZE, hidReportUUID},
        GATT_PERMIT_ENCRYPT_READ,
        0,
        &hidReportKeyIn},

只定义一个字节也可以

还是说只要是notify类型的att,在定义AttrTbl的时候只定义一字节就可以


只有登录才能回复,可以选择微信账号登录