Home
last modified time | relevance | path

Searched refs:att_is_persistent_ccc (Results 1 – 4 of 4) sorted by relevance

/btstack/src/ble/
H A Datt_db.h432 bool att_is_persistent_ccc(uint16_t handle);
H A Datt_server.c1267 if (att_is_persistent_ccc(attribute_handle) && (offset == 0u) && (buffer_size == 2u)){ in att_server_write_callback()
H A Datt_db.c1657 bool att_is_persistent_ccc(uint16_t handle){ in att_is_persistent_ccc() function
/btstack/test/att_db/
H A Datt_db_test.cpp660 CHECK_EQUAL(false, att_is_persistent_ccc(value_handle)); in TEST()
661 CHECK_EQUAL(false, att_is_persistent_ccc(0x60)); in TEST()