Searched refs:BT_MESH_TRANSMIT (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | access.h | 206 #define BT_MESH_TRANSMIT(count, int_ms) ((count) | (((int_ms / 10) - 1) << 3)) macro 239 #define BT_MESH_PUB_TRANSMIT(count, int_ms) BT_MESH_TRANSMIT(count, (int_ms) / 5)
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | beacon.c | 33 #define UNPROV_XMIT BT_MESH_TRANSMIT(2, 20) 36 #define PROV_XMIT BT_MESH_TRANSMIT(0, 20)
|
A D | lpn.c | 71 #define POLL_XMIT BT_MESH_TRANSMIT(1, 20)
|
A D | friend.c | 53 #define FRIEND_XMIT BT_MESH_TRANSMIT(0, 20)
|
A D | prov.c | 60 #define PROV_XMIT BT_MESH_TRANSMIT(2, 20)
|
A D | cfg_srv.c | 71 .net_transmit = BT_MESH_TRANSMIT(2, 20), 73 .relay_retransmit = BT_MESH_TRANSMIT(2, 60),
|
A D | provisioner_prov.c | 1301 buf = bt_mesh_adv_create(BT_MESH_ADV_PROV, BT_MESH_TRANSMIT(PROV_XMIT_COUNT, PROV_XMIT_INT), in adv_buf_create()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 88 .net_transmit = BT_MESH_TRANSMIT(2, 20), 89 .relay_retransmit = BT_MESH_TRANSMIT(2, 20),
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 88 .net_transmit = BT_MESH_TRANSMIT(2, 20), 89 .relay_retransmit = BT_MESH_TRANSMIT(2, 20), 1285 new_transmit = BT_MESH_TRANSMIT(count, interval); in cmd_relay()
|
Completed in 30 milliseconds