Home
last modified time | relevance | path

Searched refs:BT_MESH_TRANSMIT_COUNT (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dadv_legacy.c128 uint16_t num_events = BT_MESH_TRANSMIT_COUNT(BT_MESH_ADV(buf)->xmit) + 1; in buf_send()
Dadv_ext.c209 uint8_t num_events = BT_MESH_TRANSMIT_COUNT(BT_MESH_ADV(buf)->xmit) + 1; in buf_send()
Dcfg_srv.c597 BT_MESH_TRANSMIT_COUNT(buf->data[0]), BT_MESH_TRANSMIT_INT(buf->data[0])); in net_transmit_set()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/
Daccess.h475 #define BT_MESH_TRANSMIT_COUNT(transmit) (((transmit) & (uint8_t)BIT_MASK(3))) macro
506 #define BT_MESH_PUB_TRANSMIT_COUNT(transmit) BT_MESH_TRANSMIT_COUNT(transmit)
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/
Dcfg.c444 BT_MESH_TRANSMIT_COUNT(transmit), BT_MESH_TRANSMIT_INT(transmit)); in cmd_net_transmit()
495 transmit, BT_MESH_TRANSMIT_COUNT(transmit), BT_MESH_TRANSMIT_INT(transmit)); in cmd_relay()