Searched defs:_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 62 _handle) \ argument 81 #define BT_GATT_H_PRIMARY_SERVICE(_service, _handle) \ argument 97 #define BT_GATT_H_SECONDARY_SERVICE(_service, _handle) \ argument 113 #define BT_GATT_H_INCLUDE_SERVICE(_service_incl, _handle) \ argument 133 #define BT_GATT_H_DESCRIPTOR(_uuid, _perm, _read, _write, _value, _handle) \ argument 145 #define BT_GATT_H_MANAGED(_ccc, _perm, _handle) \ argument 180 #define BT_GATT_H_CCC(_cfg, _cfg_changed, _handle) \ argument 193 #define BT_GATT_H_CEP(_value, _handle) \ argument 210 #define BT_GATT_H_CUD(_value, _perm, _handle) \ argument [all …]
|
/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
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso_types.h | 53 #define IS_CIS_HANDLE(_handle) \ argument 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/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/include/zephyr/bluetooth/ |
D | gatt.h | 895 #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \ argument
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/ |
D | isoal_test_tx.c | 238 _handle) \ argument 305 #define ZASSERT_PDU_RELEASE_TEST(_typ, _node_tx, _handle, _status) \ argument
|