Searched defs:xmit (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 66 static void allocate_all_array(struct bt_mesh_adv **adv, size_t num_adv, uint8_t xmit) in allocate_all_array() 478 uint8_t xmit = BT_MESH_TRANSMIT(2, 20); in test_tx_send_order() local 532 uint8_t xmit = BT_MESH_TRANSMIT(2, 20); in test_tx_send_cancel() local 583 uint8_t xmit = BT_MESH_TRANSMIT(2, 20); in test_tx_send_terminate() local 663 uint8_t xmit = BT_MESH_TRANSMIT(2, 20); in test_tx_send_relay() local 704 uint8_t xmit = BT_MESH_TRANSMIT(2, 20); in test_tx_reverse_order() local 724 uint8_t xmit = BT_MESH_TRANSMIT(0, 20); in test_tx_random_order() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv.c | 89 uint8_t xmit, k_timeout_t timeout) in adv_create_from_pool() 157 uint8_t xmit, k_timeout_t timeout) in bt_mesh_adv_create()
|
D | cfg.c | 318 void bt_mesh_net_transmit_set(uint8_t xmit) in bt_mesh_net_transmit_set() 337 int bt_mesh_relay_set(enum bt_mesh_feat_state relay, uint8_t xmit) in bt_mesh_relay_set()
|
D | adv.h | 57 uint8_t xmit; member
|
D | net.h | 279 uint8_t xmit; member
|
D | transport.c | 78 uint8_t xmit; member
|