Home
last modified time | relevance | path

Searched defs:_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
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/
Denv.c18 #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/
Dull_iso_types.h53 #define IS_CIS_HANDLE(_handle) \ argument
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/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/include/zephyr/bluetooth/
Dgatt.h895 #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \ argument
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c238 _handle) \ argument
305 #define ZASSERT_PDU_RELEASE_TEST(_typ, _node_tx, _handle, _status) \ argument