Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/bluetooth/
Dgatt.h724 bool (*cfg_match)(struct bt_conn *conn, member
783 .cfg_match = _match, \
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c2203 if (ccc->cfg_match && !ccc->cfg_match(conn, attr)) { in notify_cb()