Searched refs:expect_success (Results 1 – 2 of 2) sorted by relevance
13 void read_test_char(bool expect_success);
319 static void read_char(uint16_t handle, bool expect_success) in read_char() argument331 if (expect_success) { in read_char()345 void read_test_char(bool expect_success) in read_test_char() argument347 read_char(gatt_handles[TEST_CHAR], expect_success); in read_test_char()