Searched refs:_peer (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | bluetooth.h | 511 #define BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ argument 519 .peer = (_peer), \ 530 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ argument 532 BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ 535 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ argument 537 _peer) 549 #define BT_LE_ADV_CONN_DIR_LOW_DUTY(_peer) \ argument 553 _peer)
|
Completed in 4 milliseconds