Home
last modified time | relevance | path

Searched refs:authorize (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/tmap_central/src/
Dccp_server.c42 .authorize = NULL,
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/
Dl2cap.rst31 ``accept`` which is called to authorize incoming connection requests and
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dtbs.c45 .authorize = tbs_authorize_cb
688 SHELL_CMD_ARG(authorize, NULL,
/Zephyr-Core-3.7.0/modules/thrift/src/thrift/transport/
DTSSLSocket.h159 virtual void authorize();
DTSSLSocket.cpp105 void TSSLSocket::authorize() in authorize() function in apache::thrift::transport::TSSLSocket
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dtbs.h276 bt_tbs_authorize_cb authorize; member
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dtbs_test.c93 .authorize = tbs_authorize_cb,
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/
Dccp.rst179 authorize :Authorize the current connection
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dtbs.c226 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()
227 return tbs_cbs->authorize(conn); in is_authorized()