Searched refs:bt_mesh_tx_netkey_get (Results 1 – 2 of 2) sorted by relevance
58 struct bt_mesh_subnet *bt_mesh_tx_netkey_get(uint8_t role, uint16_t net_idx);
199 tx.sub = bt_mesh_tx_netkey_get(pub->dev_role, key->net_idx); in publish_retransmit()811 sub = bt_mesh_tx_netkey_get(role, ctx->net_idx); in bt_mesh_model_send()883 tx.sub = bt_mesh_tx_netkey_get(pub->dev_role, ctx.net_idx); in bt_mesh_model_publish()945 struct bt_mesh_subnet *bt_mesh_tx_netkey_get(uint8_t role, uint16_t net_idx) in bt_mesh_tx_netkey_get() function