Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h367 struct bt_gatt_authorization_cb { struct
578 int bt_gatt_authorization_cb_register(const struct bt_gatt_authorization_cb *cb);
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c316 static const struct bt_gatt_authorization_cb gatt_authorization_callbacks = {
/Zephyr-latest/subsys/bluetooth/host/
Datt.c136 const static struct bt_gatt_authorization_cb *authorization_cb;
4147 int bt_gatt_authorization_cb_register(const struct bt_gatt_authorization_cb *cb) in bt_gatt_authorization_cb_register()