Home
last modified time | relevance | path

Searched refs:BLE_MESH_TRANSMIT (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h300 #define BLE_MESH_TRANSMIT(count, int_ms) ((count) | ((((int_ms) / 10) - 1) << 3)) macro
333 #define BLE_MESH_PUB_TRANSMIT(count, int_ms) BLE_MESH_TRANSMIT((count), (int_ms) / 5)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c41 #define UNPROV_XMIT BLE_MESH_TRANSMIT(2, 20)
44 #define PROV_XMIT BLE_MESH_TRANSMIT(0, 20)
Dlpn.c66 #define POLL_XMIT BLE_MESH_TRANSMIT(1, 20)
Dnet.c1280 transmit = BLE_MESH_TRANSMIT(0, 20); in bt_mesh_net_relay()
Dprov.c25 #define PROV_XMIT BLE_MESH_TRANSMIT(2, 20)
Dfriend.c36 #define FRIEND_XMIT BLE_MESH_TRANSMIT(0, 20)
Dprovisioner_prov.c30 #define PROV_XMIT BLE_MESH_TRANSMIT(2, 20)