Searched full:authorization (Results 1 – 23 of 23) 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.
144 * authorization.146 * @param conn The connection that is requesting authorization
78 .debugCfg.authorization = CCFG_DBGAUTH_DBGOPEN,
319 bool "Custom authorization of GATT operations"322 authorization logic for GATT operations that can be registered
135 /* Descriptor of application-specific authorization callbacks that are used1487 /* Check the attribute authorization logic */ in read_type_cb()1643 /* Check the attribute authorization logic */ in read_cb()1814 /* Check the attribute authorization logic */ in read_vl_cb()2094 /* Check the attribute authorization logic */ in write_cb()2212 /* 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 */
528 * authorization.533 * @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.
385 /** @brief GATT authorization callback structure. */619 /** @brief Register GATT authorization callbacks.621 * Register callbacks to perform application-specific authorization of GATT
628 * @brief Authorization Control Service UUID value632 * @brief Authorization Control Service
49 [HTTP_SERVER_HPACK_AUTHORIZATION] = { "authorization", NULL },75 [HTTP_SERVER_HPACK_PROXY_AUTHORIZATION] = { "proxy-authorization", NULL },
343 TEST_FAIL("Registering GATT authorization callbacks failed (err %d)", err); in test_main()
206 scripting, missing authentication, and missing authorization. See the
426 "Authorization": f"Bearer {args.personal_access_token}",
65 #define AUTH_HEADER_START "Authorization: GatewayToken "67 #define AUTH_HEADER_START "Authorization: TargetToken "