Searched refs:BLE_MESH_TRANSMIT (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_access.h | 300 #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/ |
D | beacon.c | 41 #define UNPROV_XMIT BLE_MESH_TRANSMIT(2, 20) 44 #define PROV_XMIT BLE_MESH_TRANSMIT(0, 20)
|
D | lpn.c | 66 #define POLL_XMIT BLE_MESH_TRANSMIT(1, 20)
|
D | net.c | 1280 transmit = BLE_MESH_TRANSMIT(0, 20); in bt_mesh_net_relay()
|
D | prov.c | 25 #define PROV_XMIT BLE_MESH_TRANSMIT(2, 20)
|
D | friend.c | 36 #define FRIEND_XMIT BLE_MESH_TRANSMIT(0, 20)
|
D | provisioner_prov.c | 30 #define PROV_XMIT BLE_MESH_TRANSMIT(2, 20)
|