Searched refs:_handle (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 37 #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/ |
D | ull_iso_types.h | 53 #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
|
D | ull_conn_types.h | 7 #define IS_ACL_HANDLE(_handle) ((_handle) < CONFIG_BT_MAX_CONN) argument
|
/Zephyr-latest/tests/posix/single_process/src/ |
D | env.c | 18 #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/ |
D | gatt.h | 895 #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \ argument 898 .value_handle = _handle, \
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_mcux_ehci.c | 35 #define PRV_DATA_HANDLE(_handle) CONTAINER_OF(_handle, struct udc_mcux_data, mcux_device) argument
|
D | udc_mcux_ip3511.c | 35 #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/ |
D | isoal_test_tx.c | 238 _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, \
|