Searched refs:att_is_persistent_ccc (Results 1 – 4 of 4) sorted by relevance
432 bool att_is_persistent_ccc(uint16_t handle);
1267 if (att_is_persistent_ccc(attribute_handle) && (offset == 0u) && (buffer_size == 2u)){ in att_server_write_callback()
1657 bool att_is_persistent_ccc(uint16_t handle){ in att_is_persistent_ccc() function
660 CHECK_EQUAL(false, att_is_persistent_ccc(value_handle)); in TEST()661 CHECK_EQUAL(false, att_is_persistent_ccc(0x60)); in TEST()