Home
last modified time | relevance | path

Searched refs:_handle (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h37 #define BT_GATT_H_ATTRIBUTE(_uuid, _perm, _read, _write, _value, _handle) \ argument
44 .handle = _handle \
62 _handle) \ argument
70 _handle), \
71 BT_GATT_H_ATTRIBUTE(_uuid, _perm, _read, _write, _value, _handle + 1)
81 #define BT_GATT_H_PRIMARY_SERVICE(_service, _handle) \ argument
87 _handle)
97 #define BT_GATT_H_SECONDARY_SERVICE(_service, _handle) \ argument
103 _handle)
113 #define BT_GATT_H_INCLUDE_SERVICE(_service_incl, _handle) \ argument
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso_types.h53 #define IS_CIS_HANDLE(_handle) \ argument
54 (((_handle) >= LL_CIS_HANDLE_BASE) && \
55 ((_handle) <= LL_CIS_HANDLE_LAST))
57 #define IS_CIS_HANDLE(_handle) 0 argument
Dull_conn_types.h7 #define IS_ACL_HANDLE(_handle) ((_handle) < CONFIG_BT_MAX_CONN) argument
/Zephyr-latest/tests/posix/single_process/src/
Denv.c18 #define DEFINE_ENVIRON(_handle, _key, _val) char _handle[] = _key "=" _val argument
19 #define RESET_ENVIRON(_handle, _key, _val) \ argument
20 snprintf(_handle, ARRAY_SIZE(_handle), "%s=%s", _key, _val)
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h895 #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \ argument
898 .value_handle = _handle, \
/Zephyr-latest/drivers/usb/udc/
Dudc_mcux_ehci.c35 #define PRV_DATA_HANDLE(_handle) CONTAINER_OF(_handle, struct udc_mcux_data, mcux_device) argument
Dudc_mcux_ip3511.c35 #define PRV_DATA_HANDLE(_handle) CONTAINER_OF(_handle, struct udc_mcux_data, mcux_device) argument
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c238 _handle) \ argument
264 zassert_equal(bt_iso_handle(_handle), \
267 bt_iso_handle(_handle), \
305 #define ZASSERT_PDU_RELEASE_TEST(_typ, _node_tx, _handle, _status) \ argument
311 zassert_equal(_handle, \
314 _handle, \