Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dccp_call_control_server.c44 .authorize = NULL,
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst31 ``accept`` which is called to authorize incoming connection requests and
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h159 virtual void authorize();
DTSSLSocket.cpp105 void TSSLSocket::authorize() in authorize() function in apache::thrift::transport::TSSLSocket
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs.c45 .authorize = tbs_authorize_cb
739 SHELL_CMD_ARG(authorize, NULL,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h277 bt_tbs_authorize_cb authorize; member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c93 .authorize = tbs_authorize_cb,
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dtbs.rst180 authorize :Authorize the current connection
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c262 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()
263 return tbs_cbs->authorize(conn); in is_authorized()