Home
last modified time | relevance | path

Searched refs:_DO_CONCAT (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dcommon.h119 #define _DO_CONCAT(x, y) x ## y macro
120 #define _CONCAT(x, y) _DO_CONCAT(x, y)
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/
A Dbt_device.h138 #define _DO_CONCAT(x, y) x ## y macro
139 #define _CONCAT(x, y) _DO_CONCAT(x, y)
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h186 #define _DO_CONCAT(x, y) x ## y macro
187 #define _CONCAT(x, y) _DO_CONCAT(x, y)

Completed in 6 milliseconds