Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h983 bool (*cfg_match)(struct bt_conn *conn, member
1042 .cfg_match = _match, \
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2785 if (ccc->cfg_match && !ccc->cfg_match(conn, attr)) { in notify_cb()