Searched full:authorization (Results 1 – 22 of 22) sorted by relevance
2 bluetooth.host.gatt.authorization:
14 tests/bsim/bluetooth/host/gatt/authorization
74 /** The ACL connection that is requesting authorization */93 * authorization.
118 * authorization.120 * @param conn The connection that is requesting authorization
318 bool "Custom authorization of GATT operations"321 authorization logic for GATT operations that can be registered
133 /* Descriptor of application-specific authorization callbacks that are used1451 /* Check the attribute authorization logic */ in read_type_cb()1607 /* Check the attribute authorization logic */ in read_cb()1778 /* Check the attribute authorization logic */ in read_vl_cb()2058 /* Check the attribute authorization logic */ in write_cb()2176 /* Check the attribute authorization logic */ in prep_write_cb()
211 * used in the CCM MAC generation and authorization processes.222 * used in the CCM MAC generation and authorization processes.256 * This function performs a CCM decrypt and authorization operation on the
124 * @brief Set authorization for Characteristics and Descriptors in Service D.
163 * @brief Set authorization for Characteristics and Descriptors in Service B.2.
306 * @brief Set authorization for Characteristics and Descriptors in Service B.5.
1172 * @brief Set authorization for Characteristics and Descriptors in Service C.2.
26 * prior written authorization from the authors.
47 /** The attribute requires authorization before it can be read or written */
512 * authorization.517 * @param conn The connection that is requesting authorization
739 /** The ACL connection that is requesting authorization */771 * This callback is called whenever a new incoming connection requires authorization.
366 /** @brief GATT authorization callback structure. */560 /** @brief Register GATT authorization callbacks.562 * Register callbacks to perform application-specific authorization of GATT
628 * @brief Authorization Control Service UUID value632 * @brief Authorization Control Service
54 [HTTP_SERVER_HPACK_AUTHORIZATION] = { "authorization", NULL },80 [HTTP_SERVER_HPACK_PROXY_AUTHORIZATION] = { "proxy-authorization", NULL },
330 FAIL("Registering GATT authorization callbacks failed (err %d)\n", err); in test_main()
206 scripting, missing authentication, and missing authorization. See the
393 "Authorization": f"Bearer {args.personal_access_token}",
64 #define AUTH_HEADER_START "Authorization: GatewayToken "66 #define AUTH_HEADER_START "Authorization: TargetToken "