Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c317 .read_authorize = gatt_read_authorize,
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h379 bool (*read_authorize)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Datt.c1335 if (!authorization_cb || !authorization_cb->read_authorize) { in attr_read_authorize()
1339 return authorization_cb->read_authorize(conn, attr); in attr_read_authorize()