Home
last modified time | relevance | path

Searched refs:handles_count (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gatt.h225 uint8_t handles_count; member
342 uint8_t handles_count; member
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1650 (cmd_len != sizeof(*cp) + (cp->handles_count * sizeof(cp->handles[0])))) { in read_multiple()
1654 if (cp->handles_count == 0 || cp->handles_count > ARRAY_SIZE(handles)) { in read_multiple()
1658 for (i = 0; i < cp->handles_count; i++) { in read_multiple()
1673 read_params.handle_count = cp->handles_count; in read_multiple()
1701 (cmd_len != sizeof(*cp) + (cp->handles_count * sizeof(cp->handles[0])))) { in read_multiple_var()
1705 if (cp->handles_count > ARRAY_SIZE(handles)) { in read_multiple_var()