Searched refs:_destroy (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 840 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \ argument 848 .destroy = _destroy, \ 852 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \ argument 859 .destroy = _destroy, \ 892 #define NET_BUF_POOL_HEAP_DEFINE(_name, _count, _destroy) \ argument 897 net_buf_##_name, _count, _destroy) 949 net_buf_##_name, _count, _destroy) 965 net_buf_##_name, _count, _destroy) 1005 _net_buf_##_name, _count, _destroy) 1028 #define NET_BUF_POOL_DEFINE(_name, _count, _size, _ud_size, _destroy) \ argument [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | l2cap_internal.h | 247 #define BT_L2CAP_CHANNEL_DEFINE(_name, _cid, _accept, _destroy) \ argument 251 .destroy = _destroy, \
|
Completed in 6 milliseconds