Searched refs:_interval (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | bluetooth.h | 907 #define BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \ argument 911 .interval = (_interval), \ 926 #define BT_LE_SCAN_PARAM(_type, _options, _interval, _window) \ argument 928 BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \
|
A D | conn.h | 500 #define BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \ argument 503 .interval = (_interval), \ 516 #define BT_CONN_LE_CREATE_PARAM(_options, _interval, _window) \ argument 518 BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \
|
Completed in 7 milliseconds