Home
last modified time | relevance | path

Searched refs:write_authorize (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c318 .write_authorize = gatt_write_authorize,
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h393 bool (*write_authorize)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Datt.c2035 if (!authorization_cb || !authorization_cb->write_authorize) { in attr_write_authorize()
2039 return authorization_cb->write_authorize(conn, attr); in attr_write_authorize()